Skip to content

Commit

Permalink
Add contributing info and update license
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar committed Mar 1, 2016
1 parent 65925bf commit 52063f9
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 316 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Contributing
===
## Style
- **Indent**: Tabs
- **One Line Conditionals**: Never
- **Comments**: Use Doxygen compatible comments [https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html](https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html)

## Documentation
- Do not update documentation files! In other words, don't make pull requests for `gh-pages` branch which contains everything in the `/extra/documentation/html` directory, they will be ignored.
- Do add documentation to code in the form of Doxygen compatible comments.
Loading

0 comments on commit 52063f9

Please sign in to comment.