Update pr template (#1570)
Update PR template ### Change Type - [x] `internal` — Any other changes that don't affect the published package (will not publish a new version)
This commit is contained in:
parent
65f2727bb7
commit
8d39750787
1 changed files with 11 additions and 13 deletions
24
.github/pull_request_template.md
vendored
24
.github/pull_request_template.md
vendored
|
@ -2,19 +2,17 @@ Describe what your pull request does. If appropriate, add GIFs or images showing
|
||||||
|
|
||||||
### Change Type
|
### Change Type
|
||||||
|
|
||||||
<!-- 💡 Indicate the type of change your pull request is. -->
|
- [ ] `patch` — Bug fix
|
||||||
<!-- 🤷♀️ If you're not sure, don't select anything -->
|
- [ ] `minor` — New feature
|
||||||
<!-- ✂️ Feel free to delete unselected options -->
|
- [ ] `major` — Breaking change
|
||||||
|
- [ ] `dependencies` — Changes to package dependencies[^1]
|
||||||
|
- [ ] `documentation` — Changes to the documentation only[^2]
|
||||||
|
- [ ] `tests` — Changes to any test code only[^2]
|
||||||
|
- [ ] `internal` — Any other changes that don't affect the published package[^2]
|
||||||
|
- [ ] I don't know
|
||||||
|
|
||||||
<!-- To select one, put an x in the box: [x] -->
|
[^1]: publishes a `patch` release, for devDependencies use `internal`
|
||||||
|
[^2]: will not publish a new version
|
||||||
- [ ] `patch` — Bug Fix
|
|
||||||
- [ ] `minor` — New Feature
|
|
||||||
- [ ] `major` — Breaking Change
|
|
||||||
- [ ] `dependencies` — Dependency Update (publishes a `patch` release, for devDependencies use `internal`)
|
|
||||||
- [ ] `documentation` — Changes to the documentation only (will not publish a new version)
|
|
||||||
- [ ] `tests` — Changes to any testing-related code only (will not publish a new version)
|
|
||||||
- [ ] `internal` — Any other changes that don't affect the published package (will not publish a new version)
|
|
||||||
|
|
||||||
### Test Plan
|
### Test Plan
|
||||||
|
|
||||||
|
@ -22,7 +20,7 @@ Describe what your pull request does. If appropriate, add GIFs or images showing
|
||||||
2.
|
2.
|
||||||
|
|
||||||
- [ ] Unit Tests
|
- [ ] Unit Tests
|
||||||
- [ ] Webdriver tests
|
- [ ] End to end tests
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue