Skip to content

Commit

Permalink
Create contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Althoumb authored Apr 4, 2018
1 parent df1073c commit aefbc0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Guidelines for contributing

Please follow [Java coding standards](http://www2.hawaii.edu/~tp_200/ics111/material/codingStandards.html) and comment often, so everyone else can understand what your code does.

Every class and method should be preceded with a descriptive comment using Javadoc notational convention.

Please compile and run your code at least once before pushing to a main branch like master or develop.
If the code won't run, save your changes to a personal branch instead on a branch others rely on.

0 comments on commit aefbc0d

Please sign in to comment.