dev-norms
Version:
Create and maintain developer norms and PR template for your project in your repo.
12 lines (9 loc) • 416 B
Markdown
# Feature/Change Description
_Describe changes made here, link to any issue that is addressed_
# Developer Checklist
- [ ] Updated documentation or README.md
- [ ] If adding new feature(s), added and ran unit tests
- [ ] If create new release, bumped version number
- [ ] Ran `npm run style:fix` for code style enforcement
- [ ] Ran `npm run lint:fix` for linting
- [ ] Ran `npm audit` to discover vulnerabilities