contribution changes

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

View File

@ -1,4 +1,3 @@
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")
* Packages must start with the.bytecode.club.bytecodeviewer.
* All variables must be at the start of each class.