瀏覽代碼

Merge pull request #5191 from xiang90/github-folder

.github: add pull request and issue template
Xiang Li 9 年之前
父節點
當前提交
7161eeed8b
共有 2 個文件被更改,包括 13 次插入0 次删除
  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