1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/PULL_REQUEST_TEMPLATE.md

19 lines
866 B
Markdown
Raw Normal View History

2019-09-01 17:10:52 +00:00
## Description
2020-05-10 15:40:54 +00:00
<!-- Please explain what you changed/added and why you did it in detail. -->
2019-09-01 17:10:52 +00:00
## Changes
2020-03-06 23:10:52 +00:00
<!-- Please list all the changes you have made. -->
2019-09-01 17:10:52 +00:00
## Related Issues
<!-- Please tag any Issues related to your Pull Request -->
<!-- Syntax: "Resolves #000" -->
2020-03-06 23:10:52 +00:00
## Checklist
2020-05-10 15:40:54 +00:00
<!-- Here is a little checklist you should follow. -->
<!-- You can click those check boxes after you posted your issue. -->
2019-09-01 21:16:51 +00:00
- [ ] 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.
2020-03-06 23:10:52 +00:00
- [ ] I followed the existing code standards and didn't mess up the formatting.
2020-05-10 15:40:54 +00:00
- [ ] I did my best to add documentation to any public classes or methods I added.
2020-05-10 15:41:03 +00:00
- [ ] I added sufficient Unit Tests to cover my code.