DiscordTickets/.github/PULL_REQUEST_TEMPLATE.md
2021-02-15 18:34:59 +00:00

30 lines
857 B
Markdown

<!--
Please read the CONTRIBUTING file (.github/CONTRIBUTING.md) before creating a pull request.
Unless you are doing something small like fixing a typo, please create an issue first!
-->
#### 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 is 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
- [ ] This uses consistent code style
- [ ] This is tested and works