Skip to content

Commit

Permalink
Merge pull request #838 from null-a/update-contrib-notes
Browse files Browse the repository at this point in the history
Update guide to contributing
  • Loading branch information
stuhlmueller committed Apr 27, 2017
2 parents 4a8fa44 + f82baed commit 87fc4ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ We appreciate third-party contributions.

To make a contribution, follow these steps:

1. Discuss your contribution with the webppl developers. You can:
1. Discuss your contribution with the WebPPL developers. You can:
- Submit an issue
- Describe your proposed changes by commenting on an existing issue related to your contribution
- Email the [webppl-dev mailing list](https://groups.google.com/forum/#!forum/webppl-dev)
2. Fork, then clone the webppl repository.
3. [Install webppl from GitHub](http://docs.webppl.org/en/master/development/install.html).
2. Fork, then clone the WebPPL repository.
3. [Install WebPPL from GitHub](http://docs.webppl.org/en/master/development/install.html).
4. Make sure all tests and style checks pass by running `grunt`.
5. Apply your changes, including tests.
6. Run `grunt` again to verify that tests and checks still pass. Run `fixjsstyle` if style problems are discovered.
6. Run `grunt` again to verify that tests and checks still pass. Run `grunt lint --fix --force` if style problems are discovered.
7. Push to your fork and submit a pull request.

For very minor contributions, e.g. to comments and documentation, you do not need to create a ticket. You can directly submit a pull request by editing the corresponding file on github.
For very minor contributions, e.g. to comments and documentation, you do not need to create a ticket. You can directly submit a pull request by editing the corresponding file on GitHub.

0 comments on commit 87fc4ab

Please sign in to comment.