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