forked from nightwatchjs/nightwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added github specific guides for submitting issues
- Loading branch information
1 parent
fe98aa2
commit 919c893
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
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
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 @@ | ||
Thanks in advance for your contribution. Please follow the below steps in submitting a pull request, as it will help us with addressing it quicker. | ||
|
||
- [ ] Create a new branch from master (e.g. `features/my-new-feature` or `issue/123-my-bugfix`) | ||
- [ ] If you're fixing a bug also create an issue if one doesn't exist yet | ||
- [ ] If it's a new feature explain why do you think it's necessary | ||
- [ ] If your change include drastic or low level changes please discuss them to make sure they will be accepted and what the impact will be | ||
- [ ] If your change is based on existing functionality please consider refactoring first. Pull requests that duplicate code will not make it in very quick, if at all. | ||
- [ ] Do not include changes that are not related to the issue at hand | ||
- [ ] Follow the same coding style with regards to spaces, semicolons, variable naming etc. | ||
- [ ] Add unit tests |