Sunshine/.github/pull_request_template.md

23 lines
906 B
Markdown
Raw Normal View History

2021-12-16 15:39:14 +00:00
## Description
2022-03-16 02:11:44 +00:00
<!--- Please include a summary of the changes. --->
2021-12-16 15:39:14 +00:00
### Screenshot
2022-03-16 02:11:44 +00:00
<!--- Include screenshots if the changes are UI-related. --->
2021-12-16 15:39:14 +00:00
### Issues Fixed or Closed
2022-03-16 02:11:44 +00:00
<!--- Delete if not relevant. --->
2021-12-16 15:39:14 +00:00
- Fixes #(issue)
## Type of Change
2022-03-16 02:11:44 +00:00
<!--- Please delete options that are not relevant. --->
2021-12-16 15:39:14 +00:00
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
## Checklist
2022-03-16 02:11:44 +00:00
<!--- DO NOT delete any options here. It is okay to have items unchecked! --->
2021-12-16 15:39:14 +00:00
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
2022-03-16 02:11:44 +00:00
- [ ] I have added or updated the docstring/documentation-blocks for new or existing methods/components