Skip to content

Commit

Permalink
chore: add commit message categories to PR template (Azure#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon authored and Justin Hackett committed Mar 14, 2019
1 parent cc2b780 commit f1611d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ And read this for faster PR reviews: https://github.com/kubernetes/community/blo

**Requirements**:
<!-- Put an "X" character inside the brackets of each completed task. Some may be optional depending on the PR. -->

- [ ] uses [conventional commit messages](https://www.conventionalcommits.org/)
<!-- Common commit types:
build: Build 🏭
chore: Maintenance πŸ”§
ci: Continuous Integration πŸ’œ
docs: Documentation πŸ“˜
feat: Features 🌈
fix: Bug Fixes 🐞
perf: Performance Improvements πŸš€
refactor: Code Refactoring πŸ’Ž
revert: Revert Change ◀️
style: Code Style 🎢
test: Testing πŸ’š -->
- [ ] includes documentation
- [ ] adds unit tests
- [ ] tested upgrade from previous version
Expand Down

0 comments on commit f1611d9

Please sign in to comment.