Merge pull request #1121 from mermaid-js/pr_template

Add pull request template
This commit is contained in:
Knut Sveidqvist
2019-12-11 19:04:29 +01:00
committed by GitHub

7
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,7 @@
## Summary
Brief description about the content of your PR.
## Design Descisions
Describe the way your implementation works or what design descisions you made if applicable.
Resolves #<your issue id here>