Added task list to pull request template

This commit is contained in:
Christian Klemm 2019-12-24 23:37:18 +01:00 committed by GitHub
parent ffe16f89bb
commit 728e3fd2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
## Summary
## :bookmark_tabs: Summary
Brief description about the content of your PR.
## Design Decisions
Resolves #<your issue id here>
## :straight_ruler: Design Decisions
Describe the way your implementation works or what design decisions you made if applicable.
Resolves #<your issue id here>
### :clipboard: Tasks
Make sure you
- [ ] :book: have read the [contribution guidelines](https://github.com/mermaid-js/mermaid/blob/develop/CONTRIBUTING.md)
- [ ] :computer: have added unit/e2e tests (if appropriate)
- [ ] :bookmark: targeted `develop` branch