Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 3.2 KB

File metadata and controls

90 lines (66 loc) · 3.2 KB

Pull Request

Description

Types of changes

What types of changes does your change introduce?
Please put an x in the boxes that apply

  • New feature (adds functionality)
  • Bugfix (fixes an issue)
  • Security (fixes a security issue) | Please have a look at our Security Policy first.
  • Code style cleaning or Refactoring (formatting, renaming, restructuring, etc.)
  • Documentation Update
  • Other (please describe):

Breaking changes

Does this Pull Request cause existing functionality to not work as expected or even break.
Put an x in the boxes that apply

  • Yes
  • No

How has the changes been tested?

  • Test A
  • Test B

Test Configuration(s):

  • Hardware:
  • Firmware version:
  • Toolchain:
  • SDK:
  • ...

Impacted Areas

  • Area 1
  • Area 2
  • ...

Related Issues

Issue Name Issue Number
FIRST ISSUE NAME #1
SECOND ISSUE NAME #2
... ...

Related Pull Requests

Branch Pull Request
feature-ISSUENR-SHORTSUMMARY #1
fix-ISSUENR-SHORTSUMMARY #2
... ...

Checklist

Thank you for your contribution. Please review the following checklist before submitting your Pull Request.
Please put an x in the boxes that apply

  • I reviewed the guidelines for contributing to this repository
  • I created an issue, or used an existing issue which is related to this Pull Request
  • I have performed a self-review of my own code
  • My code builds clean without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have added necessary documentation (if appropriate)
  • I have added unit tests that prove my fix is effective or that my feature works