ballistica/.github/PULL_REQUEST_TEMPLATE.md
2020-04-16 17:17:26 -07:00

38 lines
948 B
Markdown

<!--
Thank you for submitting a PR to Ballistica!
To ease the process of reviewing your PR, do make sure to complete the following boxes.
You can also read more about contributing to pylint in this document:
https://github.com/efroemling/ballistica/wiki/Contributing
-->
## Steps
- [ ] Add yourself to CONTRIBUTORS if you are a new contributor.
- [ ] Add a CHANGELOG entry describing what your PR does.
- [ ] Ensure `make preflight` completes successfully.
- [ ] Write a good description on what the PR does.
## Description
## Type of Changes
<!-- Leave the corresponding lines for the applicable type of change: -->
| | Type |
| ------------- | ------------- |
| ✓ | :bug: Bug fix |
| ✓ | :sparkles: New feature |
| ✓ | :hammer: Refactoring |
| ✓ | :scroll: Docs |
## Related Issue
<!--
If this PR fixes a particular issue, use the following to automatically close that issue
once this PR gets merged:
Closes #XXX
-->