fix: added github pull request template
This commit is contained in:
parent
cba41e0755
commit
b21d190ce0
1 changed files with 20 additions and 0 deletions
20
.github/pull_request_template.md
vendored
Normal file
20
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
### Description
|
||||||
|
<!-- Provide a detailed description of the changes in this PR -->
|
||||||
|
|
||||||
|
### Type of Change
|
||||||
|
<!-- Put an 'x' in the boxes that apply -->
|
||||||
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||||
|
- [ ] Feature (non-breaking change which adds functionality)
|
||||||
|
- [ ] Improvement (change that would cause existing functionality to not work as expected)
|
||||||
|
- [ ] Code refactoring
|
||||||
|
- [ ] Performance improvements
|
||||||
|
- [ ] Documentation update
|
||||||
|
|
||||||
|
### Screenshots and Media (if applicable)
|
||||||
|
<!-- Add screenshots to help explain your changes, ideally showcasing before and after -->
|
||||||
|
|
||||||
|
### Test Scenarios
|
||||||
|
<!-- Please describe the tests that you ran to verify your changes -->
|
||||||
|
|
||||||
|
### References
|
||||||
|
<!-- Link related issues if there are any -->
|
||||||
Loading…
Add table
Add a link
Reference in a new issue