mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-05 14:00:04 -05:00
Improve PR template - Doc Changes Don't Need Changelogs(#1411)
This commit is contained in:
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,13 +1,15 @@
|
||||
## Description
|
||||
|
||||
Please describe the changes in your pull request in few words here.
|
||||
<!--Please describe the changes in your pull request in few words here. -->
|
||||
|
||||
### Changes
|
||||
## Changes
|
||||
|
||||
List the changes done to fix a bug or introducing a new feature.
|
||||
<!-- List the changes done to fix a bug or introduce a new feature.Please note both user-facing changes and changes to internal API's here -->
|
||||
|
||||
## Checklist
|
||||
|
||||
<!-- Note: Only user-facing changes require a changelog entry. Internal-only API changes do not require a changelog entry. Changes in documentation do not require a changelog entry. -->
|
||||
|
||||
- [ ] All tests pass locally
|
||||
- [ ] I have updated `docs/changelog.md`
|
||||
- [ ] I have created documentation for this(if applicable)
|
||||
|
||||
Reference in New Issue
Block a user