Skip to content

Commit c14eed3

Browse files
authored
Add pull request template (#660)
1 parent d04b23c commit c14eed3

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Description
2+
[Provide a brief description of the changes]
3+
4+
## Type of Change
5+
- [ ] Image update - Bug fix
6+
- [ ] Image update - New feature
7+
- [ ] Image update - Breaking change
8+
- [ ] SMD image build tool update
9+
- [ ] Documentation update
10+
11+
## Release Information
12+
Does this change need to be included in patch version releases? By default, any pull requests will only be added to the next SMD image minor version release once they are merged in template folder. Only critical bug fix or security update should be applied to new patch versions of existed image minor versions.
13+
- [ ] Yes (Critical bug fix or security update)
14+
- [ ] No (New feature or non-critical change)
15+
- [ ] N/A (Not an image update)
16+
17+
If yes, please explain why:
18+
[Explain the criticality of this change and why it should be included in patch releases]
19+
20+
## How Has This Been Tested?
21+
[Describe the tests you ran]
22+
23+
## Checklist:
24+
- [ ] My code follows the style guidelines of this project
25+
- [ ] I have commented my code, particularly in hard-to-understand areas
26+
- [ ] I have made corresponding changes to the documentation
27+
- [ ] I have added tests that prove my fix is effective or that my feature works
28+
29+
## Test Screenshots (if applicable):
30+
31+
## Related Issues
32+
[Link any related issues here]
33+
34+
## Additional Notes
35+
[Any additional information that might be helpful for reviewers]

0 commit comments

Comments
 (0)