Skip to content
Open
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
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.