From 404e5eb7fe58e1068225af67a51fe4b34d277f5b Mon Sep 17 00:00:00 2001 From: Bastian Zimmermann <10774221+BastianZim@users.noreply.github.com> Date: Wed, 2 Dec 2020 16:37:02 +0100 Subject: [PATCH] Create pull_request_template.md --- pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..13fc25d9 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,13 @@ +## :bookmark_tabs: Summary +Brief description about the content of your PR: + +Resolves # + +## :straight_ruler: Design Decisions +Describe the way your implementation works or what design decisions you made if applicable: + +### :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 `master` branch