-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6290 from spwoodcock/docs/pr-template
Add a pull request template
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
## What type of PR is this? (check all applicable) | ||
|
||
- [ ] 🍕 Feature | ||
- [ ] 🐛 Bug Fix | ||
- [ ] 📝 Documentation | ||
- [ ] 🧑💻 Refactor | ||
- [ ] ✅ Test | ||
- [ ] 🤖 Build or CI | ||
- [ ] ❓ Other (please specify) | ||
|
||
## Related Issue | ||
|
||
Example: Fixes #123 | ||
|
||
## Describe this PR | ||
|
||
A brief description of how this solves the issue. | ||
|
||
## Screenshots | ||
|
||
Please provide screenshots of the change. | ||
|
||
## Alternative Approaches Considered | ||
|
||
Did you attempt any other approaches that are not documented in code? | ||
|
||
## Review Guide | ||
|
||
Notes for the reviewer. How to test this change? | ||
|
||
## Checklist before requesting a review | ||
|
||
- 📖 Read the Tasking Manager Contributing Guide: <https://github.com/hotosm/tasking-manager/blob/develop/docs/developers/contributing.md> | ||
- 📖 Read the HOT Code of Conduct: <https://docs.hotosm.org/code-of-conduct> | ||
- 👷♀️ Create small PRs. In most cases, this will be possible. | ||
- ✅ Provide tests for your changes. | ||
- 📝 Use descriptive commit messages. | ||
- 📗 Update any related documentation and include any relevant screenshots. | ||
|
||
## [optional] What gif best describes this PR or how it makes you feel? |