DiscordTickets/.github/PULL_REQUEST_TEMPLATE.md

31 lines
1.0 KiB
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-05-21 00:30:20 +03:00
If you haven't already, please read the CONTRIBUTING guidelines (https://github.com/discord-tickets/.github/blob/main/CONTRIBUTING.md) before creating a pull request.
2021-02-22 02:05:37 +02:00
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-05-21 00:30:20 +03:00
- [ ] This includes patches (bug fixes)
- [ ] This does not change functionality at all (code refactoring, comments)
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]` -->
2021-05-21 00:30:20 +03:00
- [ ] I have updated related documentation (if necessary)
2021-02-22 02:05:37 +02:00
- [ ] My changes use consistent code style
2021-05-21 00:30:20 +03:00
- [ ] My changes have been tested and confirmed to work