monkey/.github/PULL_REQUEST_TEMPLATE.md

20 lines
731 B
Markdown
Raw Normal View History

# What does this PR do?
2020-08-14 01:50:15 +08:00
Fixes #`put issue number here`.
2018-01-07 17:19:03 +08:00
Add any further explanations here.
2020-08-14 01:50:15 +08:00
## PR Checklist
2018-01-07 17:19:03 +08:00
* [ ] Have you added an explanation of what your changes do and why you'd like to include them?
* [ ] Is the TravisCI build passing?
* [ ] Was the CHANGELOG.md updated to reflect the changes?
2020-11-12 15:08:28 +08:00
* [ ] Was the documentation framework updated to reflect the changes?
* [ ] Have you checked that you haven't introduced any duplicate code?
2018-01-07 17:19:03 +08:00
2020-08-14 01:50:15 +08:00
## Testing Checklist
* [ ] Added relevant unit tests?
* [ ] Have you successfully tested your changes locally? Elaborate:
> Tested by {Running the Monkey locally with relevant config/running Island/...}
2020-08-14 01:50:15 +08:00
* [ ] If applicable, add screenshots or log transcripts of the feature working