mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
PR template info as code (#2822)
* PR template info as code Template items here aren't really tasks as interpreted by github, this allows us to have the same MD experience without hinting to Github that there are 2/8 tasks done, which was annoying. * Fix formatting * Move instructions to comments * linter
This commit is contained in:
parent
5097cc949a
commit
b878907af0
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,10 +1,14 @@
|
||||
## Type of change
|
||||
|
||||
<!-- (mark with an `X`) -->
|
||||
|
||||
```
|
||||
- [ ] Bug fix
|
||||
- [ ] New feature development
|
||||
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
|
||||
- [ ] Build/deploy pipeline (DevOps)
|
||||
- [ ] Other
|
||||
```
|
||||
|
||||
## Objective
|
||||
|
||||
@ -23,7 +27,11 @@
|
||||
|
||||
## Before you submit
|
||||
|
||||
<!-- (mark with an `X`) -->
|
||||
|
||||
```
|
||||
- [ ] I have checked for **linting** errors (`npm run lint`) (required)
|
||||
- [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required)
|
||||
- [ ] This change requires a **documentation update** (notify the documentation team)
|
||||
- [ ] This change has particular **deployment requirements** (notify the DevOps team)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user