mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-13 01:48:42 +00:00
pr: Create pull_request_template.md (#27)
Add a pull request template for better PR submissions.
This commit is contained in:
parent
d45a19aac1
commit
2bb15d517f
1 changed files with 28 additions and 0 deletions
28
.github/pull_request_template.md
vendored
Normal file
28
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
## Description
|
||||
|
||||
Describe the changes made in this PR.
|
||||
|
||||
---
|
||||
|
||||
## Testing
|
||||
|
||||
- [ ] Code has been tested
|
||||
- [ ] Existing tests pass
|
||||
|
||||
Notes:
|
||||
<!-- Add anything relevant about testing -->
|
||||
|
||||
---
|
||||
|
||||
## Documentation
|
||||
|
||||
- [ ] Documentation updated if needed
|
||||
|
||||
Notes:
|
||||
<!-- Add anything relevant about documentation -->
|
||||
|
||||
---
|
||||
|
||||
## Additional Notes
|
||||
|
||||
<!-- Anything reviewers should know -->
|
||||
Loading…
Reference in a new issue