Skip to content

Commit

Permalink
CHANGELOG and CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
ewandennis committed Mar 17, 2016
1 parent bc3c4a1 commit f4898fc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,6 @@
## Change Log

### v0.0.1 (2016/03/17)

- Initial revision

18 changes: 18 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,18 @@
# Contributing to SparkPost

Transparency is one of our core values, and we encourage developers to contribute and become part of the SparkPost developer community.

## Prerequisite to contribution

Before writing code, please search for existing issues or create a new issue.

## Contribution Steps
1. Fork this repository
2. Create a new branch named after the issue you’ll be fixing (include the issue number as the branch name, example: Issue in GH is #8 then the branch name should be ISSUE-8))
3. Write corresponding tests and code (only what is needed to satisfy the issue and tests please)
* Include your tests in the 'test' directory in an appropriate test file
* Write code to satisfy the tests
* Run tests using ```npm run test```
5. Ensure automated tests pass
6. Submit a new Pull Request applying your feature/fix branch to the master branch.

0 comments on commit f4898fc

Please sign in to comment.