Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 740 Bytes

File metadata and controls

21 lines (12 loc) · 740 Bytes

Contributing

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

Git branch model

A successful git branching model

How to pull request

  1. 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 :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.