ballistica/.github/PULL_REQUEST_TEMPLATE.md
2022-08-15 15:03:19 -07:00

38 lines
993 B
Markdown

<!--
Thank you for submitting a PR to Ballistica!
To ease the process of reviewing your PR, make sure to complete the following steps.
You can also read more about contributing to Ballistica in this document:
https://ballistica.net/wiki/Contributing
-->
## Steps
- [ ] Write a good description of what your PR does (and WHY it does it).
- [ ] Add yourself to CONTRIBUTORS if you are a new contributor.
- [ ] Add a CHANGELOG entry if your change is non-trivial.
- [ ] Ensure `make preflight` completes successfully.
## 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
-->