Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the issue and PR templates. #231

Merged
merged 1 commit into from
Jun 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-making.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.