Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CONTRIBUTING.md #10

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributing

You are free to contribute to HumansOfGithub via GitHub Pull Requests.


## Git branch model
[A successful git branching model](http://nvie.com/posts/a-successful-git-branching-model/)


## How to pull request

1. [Fork](https://github.com/30contribs/awesome-contribs-br/fork) this repo.
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
4. Open a [Pull Request](https://github.com/30contribs/awesome-contribs-br/pulls) :D
5. Wait for others to accept the request or provide insightful feedback to improve your contribution.


## Be generous with comments

Comments get filtered out when compiling. If you do *anything* that can not be immediately understood: comment it.