Browse Source

.github: add pull request and issue template

Xiang Li 9 years ago
parent
commit
cc27c3a1e6
2 changed files with 13 additions and 0 deletions
  1. 8 0
      .github/ISSUE_TEMPLATE.md
  2. 5 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 8 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,8 @@
+# Bug reporting
+
+A good bug report has some very specific qualities, so please read over our short document on
+[reporting bugs][report_bugs] before you submit your bug report. 
+
+To ask a question, go ahead and ignore this.
+
+[report_bugs]: ../Documentation/reporting_bugs.md

+ 5 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,5 @@
+# Contributing guidelines
+
+Please read our [contribution workflow][contributing] before submitting a pull request.
+
+[contributing]: ../CONTRIBUTING.md#contribution-flow