-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating our issue and PR templates to be more helpful (#3262)
- Loading branch information
1 parent
79266a0
commit b3d8d86
Showing
2 changed files
with
23 additions
and
7 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,15 +1,23 @@ | ||
Please check configuration at http://jsonlint.com/ before posting an issue. | ||
## Stop! Before you create this issue (you can delete this section when opening the issue): | ||
1. Have you validated that your config.json is valid JSON? Use http://jsonlint.com/ to check. | ||
2. Have you searched to see if there are other issues for the same issue? If so, comment on that issue instead. | ||
3. Are you running `master`? We work on the `dev` branch and then add that functionality to `master`. Your issue may be fixed on `dev` and there is no need for this issue, just wait and it will eventually be merged to `master`. | ||
|
||
### Expected Behavior | ||
|
||
|
||
### Actual Behavior | ||
|
||
|
||
### Your config.json (remove your credentials and any other private info) | ||
``` | ||
your config here | ||
``` | ||
|
||
### Steps to Reproduce | ||
|
||
|
||
### Other Information | ||
OS: | ||
OS: | ||
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) | ||
Python Version: (run 'python -V' and paste it here) |
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,7 +1,15 @@ | ||
Short Description: | ||
# Please Note (you may remove this section before opening your PR): | ||
We receive lots of PRs and it is hard to give proper review to PRs. Please make it easy on us by following these guidelines: | ||
|
||
Fixes: | ||
- | ||
- | ||
- | ||
1. We do not accept changes to `master`. Please make sure your pull request is aimed at `dev`. | ||
2. If you changed a bunch of files (that aren't config files) or multiple workers to implement your feature, it probably won't get proper attention. Please split it up into multiple, smaller, more focused, and iterative PRs if you can. | ||
3. If you are adding a config value to something, make sure you update the appropriate `config.json` example files. | ||
|
||
|
||
## Short Description: | ||
|
||
## Fixes (provide links to github issues if you can): | ||
- | ||
- | ||
- | ||
|