Grasscutter/.github/PULL_REQUEST_TEMPLATE.md

22 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2022-04-25 08:57:16 +00:00
## Description
Please carefully read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) before making any pull requests.
And, **Do not make a pull request to merge into stable unless it is a hotfix. Use the development branch instead.**
## Issues fixed by this PR
2022-04-25 14:25:35 +00:00
<!--- Put the links of issues that may be fixed by this PR here (if any). -->
2022-04-25 08:57:16 +00:00
## 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
2022-04-25 14:25:35 +00:00
- [ ] My pull request is unique and no other pull requests have been opened for these changes
2022-04-25 08:57:16 +00:00
- [ ] I have read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md)
- [ ] I am responsible for any copyright issues with my code if it occurs in the future.