This commit is contained in:
Isaac
2021-02-22 00:05:37 +00:00
parent 2910a2a201
commit 18883d5d20
15 changed files with 298 additions and 135 deletions

View File

@@ -1,29 +1,30 @@
<!--
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!
Thank you for contributing to DiscordTickets.
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.
-->
#### Information
**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 is includes **only** documentation changes
- [ ] This includes **only** documentation changes
#### Is this related to an issue?
**Is this related to an issue?**
<!-- Reference any issues here -->
#### Changes made
**Changes made**
<!-- Describe your changes -->
#### Confirmations
**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
- [ ] My changes use consistent code style
- [ ] My changes are tested and work