doc: add requirements section in PR template

This commit is contained in:
Andy Zhang 2020-06-15 19:43:43 +08:00 committed by GitHub
parent b07ec03c71
commit 0b39f43889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -32,6 +32,25 @@ _If PR is about `failing-tests or flakes`, please post the related issues/tests
-->
Fixes #
**Requirements**:
- [ ] 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 🎶
security: Security Fix 🛡️
test: Testing 💚 -->
- [ ] includes documentation
- [ ] adds unit tests
- [ ] tested upgrade from previous version
**Special notes for your reviewer**: