From 728e3fd2f0af6660e4e64305682822573e50f389 Mon Sep 17 00:00:00 2001 From: Christian Klemm Date: Tue, 24 Dec 2019 23:37:18 +0100 Subject: [PATCH] Added task list to pull request template --- .github/pull_request_template.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 952020fc8..d1ae7edec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,13 @@ -## Summary +## :bookmark_tabs: Summary Brief description about the content of your PR. -## Design Decisions +Resolves # + +## :straight_ruler: Design Decisions Describe the way your implementation works or what design decisions you made if applicable. -Resolves # +### :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