1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/PULL_REQUEST_TEMPLATE.md
2020-03-07 00:10:52 +01:00

16 lines
735 B
Markdown

## Description
<!-- Please explain your changes in detail. -->
## Changes
<!-- Please list all the changes you have made. -->
## Related Issues
<!-- Please tag any Issues related to your Pull Request -->
<!-- Syntax: "Resolves #000" -->
## Checklist
<!-- After posting your issue, please check the boxes below if they apply -->
- [ ] I have fully tested the proposed changes and promise that they will not break everything into chaos.
- [ ] I have also tested the proposed changes in combination with various popular addons and can confirm my changes do not break them.
- [ ] I followed the existing code standards and didn't mess up the formatting.
- [ ] I did my best to add documentation to any public classes or methods I added.