-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51dee44
commit e90a70e
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!-- You can erase any parts of this template not applicable to your Pull Request. --> | ||
## Description | ||
<!--- Provide a brief description of the changes introduced in this pull request --> | ||
|
||
## Related Issue | ||
<!--- This project only accepts pull requests related to open issues --> | ||
<!--- If suggesting a new feature or change, please discuss it in an issue first --> | ||
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> | ||
<!--- Please link to the issue here: --> | ||
|
||
## Motivation and Context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
|
||
|
||
## Proposed Changes | ||
<!--- Describe the changes that were made in this pull request in detail --> | ||
|
||
### New Feature Submissions: | ||
|
||
1. [ ] Does your submission pass tests? | ||
2. [ ] Have you lint your code locally before submission? | ||
|
||
### Changes to Core Features: | ||
|
||
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? | ||
* [ ] Have you written new tests for your core changes, as applicable? | ||
* [ ] Have you successfully run tests with your changes locally? | ||
|
||
## How Has This Been Tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
|
||
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration | ||
|
||
- [ ] Test A | ||
- [ ] Test B | ||
|
||
**Test Configuration**: | ||
* Firmware version: | ||
* Hardware: | ||
* Toolchain: | ||
* SDK: | ||
|
||
## Screenshots (if applicable) | ||
<!--- Add screenshots to demonstrate the changes visually (if applicable) --> | ||
|
||
## Checklist | ||
<!--- Mark the relevant checkboxes using "x" to indicate completion --> | ||
|
||
- [ ] I have performed a self-review of my own code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation (if applicable) | ||
- [ ] My changes generate no new warnings or errors | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] The code follows the project's coding guidelines and style | ||
- [ ] I have tested the changes locally before pushing them | ||
- [ ] Any dependent changes have been merged and published in downstream modules (if applicable) | ||
|
||
## Additional Notes | ||
<!--- Include any additional information, concerns, or questions here --> |