DiscordTickets/.github/PULL_REQUEST_TEMPLATE.md

31 lines
959 B
Markdown
Raw Normal View History

2021-02-15 20:34:59 +02:00
<!--
2021-03-15 23:12:58 +02:00
Thank you for contributing to Discord Tickets.
2021-02-22 02:05:37 +02:00
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.
2021-02-15 20:34:59 +02:00
-->
2021-02-22 02:05:37 +02:00
**Versioning information**
2021-02-15 20:34:59 +02:00
<!-- Please select **one** by replacing the space with an `x`: `[X]` -->
2020-10-09 16:18:18 +03:00
- [ ] This includes major changes (breaking changes)
- [ ] This includes minor changes (minimal usage changes, minor new features)
2021-02-15 20:34:59 +02:00
- [ ] This includes patches (bug or typo fixes)
2021-02-22 02:05:37 +02:00
- [ ] This includes **only** documentation changes
2021-02-22 02:05:37 +02:00
**Is this related to an issue?**
2021-02-15 20:34:59 +02:00
<!-- Reference any issues here -->
2021-02-22 02:05:37 +02:00
**Changes made**
2021-02-15 20:34:59 +02:00
<!-- Describe your changes -->
2021-02-22 02:05:37 +02:00
**Confirmations**
2021-02-15 20:34:59 +02:00
<!-- Select **all that apply** by replacing the space with an `x`: `[X]` -->
2020-10-09 16:18:18 +03:00
- [ ] I have updated any necessary documentation
2021-02-22 02:05:37 +02:00
- [ ] My changes use consistent code style
- [ ] My changes are tested and work