mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-29 12:55:21 +01:00
b878907af0
* 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
1.1 KiB
1.1 KiB
Type of change
- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other
Objective
Code changes
- file.ext: Description of what was changed and why
Screenshots
Before you submit
- [ ] 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)