DiscordTickets/.github/PULL_REQUEST_TEMPLATE.md
2021-03-15 21:12:58 +00:00

31 lines
959 B
Markdown

<!--
Thank you for contributing to Discord Tickets.
If you haven't already, please read the CONTRIBUTING file (.github/CONTRIBUTING.md) before creating a pull request.
Unless this pull request is for something minor like a fixing a typo, you should create an issue first.
-->
**Versioning information**
<!-- Please select **one** by replacing the space with an `x`: `[X]` -->
- [ ] This includes major changes (breaking changes)
- [ ] This includes minor changes (minimal usage changes, minor new features)
- [ ] This includes patches (bug or typo fixes)
- [ ] This includes **only** documentation changes
**Is this related to an issue?**
<!-- Reference any issues here -->
**Changes made**
<!-- Describe your changes -->
**Confirmations**
<!-- Select **all that apply** by replacing the space with an `x`: `[X]` -->
- [ ] I have updated any necessary documentation
- [ ] My changes use consistent code style
- [ ] My changes are tested and work