From 920fc383e91871ae7b705cad2ab657aaa534dc2e Mon Sep 17 00:00:00 2001 From: Qing Lin Date: Mon, 4 Jun 2018 13:46:05 -0400 Subject: [PATCH] Make the issue and PR templates. --- .github/ISSUE_TEMPLATE/issue-making.md | 17 +++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-making.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/issue-making.md b/.github/ISSUE_TEMPLATE/issue-making.md new file mode 100644 index 0000000..284ab38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-making.md @@ -0,0 +1,17 @@ +--- +name: Issue making +about: Please read before creating an issue + +--- + +Before you start an issue, please note that this repository is public. Therefore: + +1) Only the technical details of the code can be mentioned directly on GitHub. +2) If the analysis details are necessary for the Issue, please make a wiki note and link it. + +Beyond this, please make sure that you elaborate on: + +* The full error (use gist.github.com) +* How you created the error +* The minimal example to reproduce the error (if applicable) +* Where you are running your code \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b8729bb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +# Please read before creating a Pull Request + +Before you start a pull request (PR), please note that hax is public. Only the technical details of the code can be mentioned directly on GitHub. If the analysis details are necessary for the PR, please make a wiki note and link it. The pull request will focus on the technical aspects rather than the motivation for the feature request. \ No newline at end of file