1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
Slimefun4/.github/PULL_REQUEST_TEMPLATE.md

25 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2021-04-19 18:17:28 +00:00
## Description
<!-- Please explain why you are making this pull request. -->
<!-- Start writing below this line -->
2019-09-01 17:10:52 +00:00
## Proposed changes
<!-- Please explain what changes you have made to the code. -->
<!-- Start writing below this line -->
2019-09-01 17:10:52 +00:00
## Related Issues (if applicable)
2019-09-01 17:10:52 +00:00
<!-- Please tag any Issues related to your Pull Request -->
<!-- Syntax: "Resolves #000" -->
<!-- Start writing below this line -->
2019-09-01 17:10:52 +00:00
2020-03-06 23:10:52 +00:00
## Checklist
<!-- Here is a little checklist you can follow. -->
<!-- Click on these checkboxes after you created the pull request. -->
<!-- Don't worry, these are not requirements. They only serve as guidance. -->
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.
2023-06-10 15:54:57 +00:00
- [ ] I have made sure that the proposed changes do not break compatibility across the supported Minecraft versions (1.16.* - 1.20.*).
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-09-02 12:29:08 +00:00
- [ ] I have added `Nonnull` and `Nullable` annotations to my methods to indicate their behaviour for null values
2020-05-10 15:41:03 +00:00
- [ ] I added sufficient Unit Tests to cover my code.