Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Add a contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Vanet committed Aug 10, 2016
1 parent 511aa9c commit 9bcf595
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Contributing

First of all, **thank you** for contributing, **you are awesome**!

Here are few rules to follow for a easier code review before the maintainers accept and merge your request.

##### Rules development

- Run the build.
- Update `README.md`.
- Update `Changelog.md`.
- Write [commit messages that make sense](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)

##### Rules Pull Request

- [Rebase your branch](http://git-scm.com/book/en/Git-Branching-Rebasing) before submitting your Pull Request.
- [Squash your commits] to "clean" your pull request before merging (http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html).
- Write and good description which gives the context and/or explains why you are creating it.
- Travis CI build must pass to merge pull request

**Thank you!**

### Create a release

- Update file `VERSION`.
- Replace old X.X.X by new X.X.X in `README.md`.
- Replace `**latest**` by new version `**X.X.X**` in `Changelog.md`.

### Help to your development

- Build image : `make build`
- Start container : `make start`
- Show logs : `make logs`
- Enter in container : `make bash`
- Stop container : `make stop`
- Remove container : `make remove`
- Clean container data : `make clean`
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Upgrade toran proxy to version 1.4.0
- Add toran proxy logs to data volume saved
- Add `track_downloads` to `config.yml` of toran proxy
- Add a contributing file

**1.3.2**
- Upgrade toran proxy to version 1.3.2
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ Below is the complete list of available options that can be used to customize yo
By default, Toran proxy license is for personal use.
You can add a license from the Toran proxy interface

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md) file.

## References

Toran is built by Jordi Boggiano, lead developer of Composer. As such he can make sure they work well together. No surprises.
Expand Down

0 comments on commit 9bcf595

Please sign in to comment.