[chore] Add label options to PR template (#1339)
Merge after deploying the new huppy. ### Release Note - Repo infra only
This commit is contained in:
parent
bb96852b9d
commit
1f90c3f2b4
1 changed files with 19 additions and 1 deletions
20
.github/pull_request_template.md
vendored
20
.github/pull_request_template.md
vendored
|
@ -1,5 +1,23 @@
|
|||
Describe what your pull request does. If appropriate, add GIFs or images showing the before and after.
|
||||
|
||||
### Change Type
|
||||
|
||||
<!-- 💡 Indicate the type of change your pull request is. -->
|
||||
<!-- 🤷♀️ If you're not sure, don't select anything -->
|
||||
<!-- ✂️ Feel free to delete unselected options -->
|
||||
|
||||
<!-- To select one, put an x in the box: [x] -->
|
||||
|
||||
- [ ] `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
|
||||
|
||||
1. Add a step-by-step description of how to test your PR here.
|
||||
|
@ -8,6 +26,6 @@ Describe what your pull request does. If appropriate, add GIFs or images showing
|
|||
- [ ] Unit Tests
|
||||
- [ ] Webdriver tests
|
||||
|
||||
### Release Note
|
||||
### Release Notes
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
|
Loading…
Reference in a new issue