From cc27c3a1e6b36f6dec5ff3b17aa2925927d5f615 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Mon, 25 Apr 2016 16:15:21 -0700 Subject: [PATCH] .github: add pull request and issue template --- .github/ISSUE_TEMPLATE.md | 8 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..f2d7eab6e --- /dev/null +++ b/.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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..b54d13f05 --- /dev/null +++ b/.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