diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..70f750d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing + +You are free to contribute to VestfoldDevelopers 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/VestfoldDevelopers/Community/fork) this repo. +2. Commit your changes: `git commit -am 'Add some feature'` +3. Push to the branch: `git push origin` +4. Open a [Pull Request](https://github.com/VestfoldDevelopers/Community/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.