contribution changes

This commit is contained in:
Konloch 2019-04-12 18:58:54 -06:00
parent 2d493c10bc
commit a5459acddb
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
Contribution Guide Lines/Coding Conventions:
* Packages must start with the.bytecode.club.bytecodeviewer
* If code you write can throw an exception, handle it using new the.bytecode.club.bytecodeviewer.ExceptionUI(exception, "authors@email.com")
* All variables must be at the start of each class.
* Brackets are meant to be on the same line, I.E. public void main(String[] args) { not (String[] args) <NEWLINE_BREAK> {
* All variables must be at the start of each class.