-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub template for issues and PRs
- Loading branch information
Showing
3 changed files
with
16 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 |
---|---|---|
@@ -1 +1,3 @@ | ||
.travis.yml | ||
ISSUE_TEMPLATE.md | ||
PULL_REQUEST_TEMPLATE.md |
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,10 @@ | ||
**NOTE**: before openning an issue, please consult previous issues (both open and closed). | ||
|
||
## What is the problem | ||
Concisely describe the problem. | ||
|
||
## How to reproduce | ||
Describe in short how to reproduce the problem. | ||
|
||
## Additional information | ||
Any other information that might be helpful (e.g., OS, node/electron version) |
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,4 @@ | ||
# A quick note for PRs | ||
* PRs are strictly limited to technical changes to the source code (e.g., please no PRs for changes to the documentation) | ||
* Before submitting a PR, please consult the issues, if you don't find a matching issue, open a new one and let's discuss the changes first | ||
* *Always* refer to the corresponding issue addressed by your PR in the last commit (e.g., `fixes #12`) |