Skip to content

Commit 203fa79

Browse files
committed
added pr template
1 parent 7639eda commit 203fa79

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

pull_request_template.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Pull Request Title (e.g., Feature: Add user authentication)
2+
3+
## Description
4+
5+
A clear and concise description of the changes being introduced in this pull request. Explain the "why" behind the changes, not just the "what."
6+
7+
## Related Issues/Tickets
8+
9+
Link any relevant issues, tasks, or user stories (e.g., Closes #123, Fixes #456).
10+
11+
## How Has This Been Tested?
12+
13+
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.
14+
15+
- [ ] Unit tests
16+
- [ ] Integration tests
17+
- [ ] Z Tests
18+
- [ ] Manual testing (describe steps)
19+
20+
## Screenshots / Recordings (if applicable)
21+
22+
Provide screenshots or screen recordings that demonstrate the changes, especially for UI-related updates.
23+
24+
## Checklist
25+
26+
- [ ] Written detailed sdd with requirements, channels, ports, commands, telemetry defined and correctly formatted and spelled
27+
- [ ] Have written relevant integration tests and have documented them in the sdd
28+
- [ ] Have done a code review with
29+
- [ ] Have tested this PR on every supported board with correct board definitions
30+
31+
## Further Notes / Considerations

0 commit comments

Comments
 (0)