This commit is contained in:
Isaac
2021-05-20 22:30:20 +01:00
parent b0e29be1b5
commit 01f4bd0a13
7 changed files with 11 additions and 214 deletions

View File

@@ -1,6 +1,6 @@
<!--
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.
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.
Unless this pull request is for something minor like a fixing a typo, you should create an issue first.
-->
@@ -10,8 +10,8 @@
- [ ] 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
- [ ] This includes patches (bug fixes)
- [ ] This does not change functionality at all (code refactoring, comments)
**Is this related to an issue?**
@@ -25,6 +25,6 @@
<!-- Select **all that apply** by replacing the space with an `x`: `[X]` -->
- [ ] I have updated any necessary documentation
- [ ] I have updated related documentation (if necessary)
- [ ] My changes use consistent code style
- [ ] My changes are tested and work
- [ ] My changes have been tested and confirmed to work