mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
github: add PR template
This commit is contained in:
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#### Select the option(s) that best describes this PR
|
||||
- [ ] Major breaking change
|
||||
- [ ] Minor change
|
||||
- [ ] Bug fix
|
||||
- [ ] Feature implementation
|
||||
- [ ] Documentation
|
||||
- [ ] Cleaning
|
||||
- [ ] Refactoring
|
||||
|
||||
#### Please describe the changes this PR makes and why it should be merged:
|
||||
|
||||
#### Check that:
|
||||
- [ ] *Any* new classes, public methods and/or properties are properly documented with `JavaDocs`
|
||||
- [ ] Syntax and style are consistent with existing code
|
||||
- [ ] *Any* replaced method isn't deleted, but rather labeled as deprecated
|
||||
> **Note** In the case where the new method has the exact same signature as the method it's replacing, mention above that the old method *was* deleted.
|
||||
Reference in New Issue
Block a user