LiteLoaderBDS-1.16.40/.github/PULL_REQUEST_TEMPLATE.md
2022-09-21 19:47:03 +08:00

23 lines
876 B
Markdown

## Description
Please carefully read the [Contributing note](https://docs.litebds.com/#/zh_CN/Maintenance/README) before making any pull requests.
And, **Do not make a pull request to merge into main branch unless it is a hotfix. Use the beta branch instead.**
## Issues fixed by this PR
<!--- Put the links of issues that may be fixed by this PR here (if any). -->
## Type of changes
<!--- Put an `x` in all the boxes that apply your changes. -->
- [ ] Bug fix
- [ ] New feature
- [ ] Enhancement
- [ ] Documentation
## Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] My pull request is unique and no other pull requests have been opened for these changes
- [ ] I have read the [Contributing note](https://docs.litebds.com/#/zh_CN/Maintenance/README)
- [ ] I am responsible for any copyright issues with my code if it occurs in the future.