From bfd9232ac9490fa2b23187471b3cbb2a38ad905c Mon Sep 17 00:00:00 2001 From: Konloch Date: Fri, 12 Apr 2019 18:59:17 -0600 Subject: [PATCH] contribution changes --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 749dc017..7245f882 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. \ No newline at end of file