|
3 | 3 | - Fixes: <!-- #(issue) --> |
4 | 4 | - Closes: <!-- #(issue) --> |
5 | 5 |
|
6 | | -## Checklist |
7 | | - |
8 | | -- [ ] This PR conforms to the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md) |
9 | | - - [ ] It has a descriptive title |
10 | | - - [ ] My commits conform to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) specification |
11 | | -- [ ] This PR is not a duplicate of a similar PR ([how to search issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests) for similar/duplicate PRs, which this is not |
12 | | -- [ ] This PR targets the `dev` branch |
13 | | -- [ ] I ran the pre-commit hooks or `npm test && npm lint && npm test:e2e` and all tests pass |
14 | | - |
15 | | -<hr> |
16 | | - |
17 | 6 | ## Description |
18 | 7 |
|
19 | 8 | <!-- |
20 | 9 | Please include a summary of the change and which issue it addresses. Include the motivation for the changes and any additional context. |
21 | 10 | --> |
22 | 11 |
|
23 | | -## Type of Change |
24 | | - |
25 | | -<!-- |
26 | | -Please delete options that are not relevant. |
27 | | ---> |
28 | | - |
29 | | -- [ ] Bug fix (non-breaking change which fixes an issue) |
30 | | -- [ ] New feature (non-breaking change which adds functionality) |
31 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
32 | | -- [ ] Documentation update |
33 | | -- [ ] Code cleanliness (removal of unnecessary comments or debug logs) |
34 | | - |
35 | | -## How Has This Been Tested? |
36 | | - |
37 | | -<!-- |
38 | | -Please describe the tests that you ran to verify your changes. |
39 | | -- Please Provide instructions so we can reproduce the scenarios. |
40 | | -- Please List any relevant details for your test configuration. |
41 | | -
|
42 | | - - [ ] Test A |
43 | | - - [ ] Test B |
44 | | ---> |
45 | | -<!-- |
46 | | -**Test Configuration** (Optional): |
47 | | -
|
48 | | -- Firmware version: |
49 | | - - If you know the version of any specific software you used, list it here. If unsure, you can leave it blank. |
50 | | -- Hardware: |
51 | | - - Mention your computer or device model if your changes are hardware-dependent. If not, it's okay to skip. |
52 | | -- Toolchain: |
53 | | - - This refers to the set of programming tools you used. For beginners, it could be the IDE (Integrated Development Environment) like Visual Studio Code. |
54 | | -- SDK: |
55 | | - - Mention any specific Software Development Kit versions you used. If you didn't use any, no need to include it. |
56 | | ---> |
57 | | - |
58 | | -## Microservices and API Integration |
59 | | - |
60 | | -- [ ] If applicable, my changes are compatible with the project's microservices architecture and API gateway integration requirements. |
61 | | - |
62 | | -## Checklist: |
63 | | - |
64 | | -- [ ] My code follows the style guidelines of this project |
65 | | -- [ ] I have made corresponding changes to the documentation |
66 | | -- [ ] I have removed all unnecessary comments and debug log statements |
67 | | -- [ ] I have linked this PR to its corresponding issue |
68 | | - |
69 | 12 | ## Screenshots (if appropriate): |
70 | 13 |
|
71 | 14 | Please review and suggest any further insights, improvements, or modifications needed. |
0 commit comments