-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update issue templates * PR template * Update PULL_REQUEST_TEMPLATE.md * Update issue-making.md
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 pax 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. |