hexo-theme-next/.github/PULL_REQUEST_TEMPLATE.md
2022-11-18 14:10:52 +08:00

46 lines
1.9 KiB
Markdown

<!-- ATTENTION!
1. Please write pull request readme in English, thanks!
2. NexT includes 4 schemes: Muse and Mist have similar structure, but Pisces and Gemini are very different from them. It is possible that one scheme works fine after the changes, but another scheme is broken. Please make the tests in different schemes to make sure the changes are compatible with all schemes.
3. In addition, you need to confirm that the changes made by this PR are compatible with PJAX and Dark Mode.
-->
## PR Checklist <!-- 我确认我已经查看了 -->
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
- [ ] The commit message follows [guidelines for NexT](https://github.com/next-theme/hexo-theme-next/blob/master/.github/CONTRIBUTING.md).
- [ ] The changes have been tested (for bug fixes / features).
- [ ] [Docs](https://github.com/next-theme/theme-next-docs/tree/master/source/docs) in [NexT website](https://theme-next.js.org/docs/) have been added / updated (for features).
<!-- For adding Docs edit needed file here: https://github.com/next-theme/theme-next-docs/tree/master/source/docs and create PR with this changes here: https://github.com/next-theme/theme-next-docs/pulls -->
## PR Type
<!-- What kind of change does this PR introduce? -->
- [ ] Bugfix.
- [ ] Feature.
- [ ] Improvement.
- [ ] Code style update (formatting, linting).
- [ ] Refactoring (no functional changes).
- [ ] Documentation.
- [ ] Translation. <!-- We use Crowdin to manage translations https://crowdin.com/project/hexo-theme-next -->
- [ ] Other... Please describe:
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue -->
Issue resolved:
## What is the new behavior?
<!-- Description about this pull, in several words -->
- Link to demo site with this changes:
- Screenshots with this changes:
### How to use?
In NexT `_config.yml`:
```yml
```