Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Add some simple guideline for reporting issue.
  • Loading branch information
alvinlin123 committed Jan 11, 2017
1 parent 1c6d2ba commit c098a43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Reporting issue
* Do describe the steps to reproduce.
* Do describe the expected and actual behaviour.
* It will always help if you can provider a sample project that demonstrates the problem.

## Release process
To perform the release you must have write access to this project and be added
as collaborator in [NPM for gulp-bles](https://www.npmjs.com/package/gulp-bless).
as collaborator in [NPM for gulp-bless](https://www.npmjs.com/package/gulp-bless).

1. Pull `master` branch and ensure you have latest changes.
1. Run `npm test` to make sure all the tests are passing.
Expand Down

0 comments on commit c098a43

Please sign in to comment.