-
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 CONTRIBUTING.md && added merging section in How To's && general…
… README.md improvements
- Loading branch information
divramod
committed
Jul 5, 2016
1 parent
0343947
commit 0a3aa14
Showing
2 changed files
with
35 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,15 @@ | ||
## Submitting Pull Requests | ||
|
||
**Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.** | ||
|
||
* Please rebase your branch against the current master | ||
* Run ```npm install``` to make sure your development dependencies are up-to-date | ||
* Please ensure that the test suite passes **and** that code is lint free before submitting a PR by running: | ||
* ```npm test``` | ||
* If you've added new functionality, **please** include tests which validate its behaviour | ||
* Make reference to possible [issues](https://github.com/NathanWalker/angular2-seed-advanced/issues) on PR comment | ||
|
||
## Submitting bug reports | ||
|
||
* Please detail the affected browser(s) and operating system(s) | ||
* Please be sure to state which version of node **and** npm you're using |
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