docsify/.github/PULL_REQUEST_TEMPLATE.md

39 lines
923 B
Markdown

## Summary
<!-- Describe what the change does and why it should be merged. Provide **before/after** screenshots for any UI changes. -->
## Related issue, if any:
<!-- Paste issue's link or number hashtag here. -->
## What kind of change does this PR introduce?
<!-- (Change "[ ]" to "[x]" to check a box.) -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
## For any code change,
- [ ] Related documentation has been updated, if needed
- [ ] Related tests have been added or updated, if needed
## Does this PR introduce a breaking change?
<!-- If yes, describe the impact and migration path for existing applications. -->
- [ ] Yes
- [ ] No
## Tested in the following browsers:
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
- [ ] Edge