From ccf210e294782465e9d70f8a5d036260de20b543 Mon Sep 17 00:00:00 2001 From: GoldenGnu Date: Mon, 7 Oct 2024 01:04:33 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8e963843..1e1ec23d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,12 +3,12 @@ We usually work in two branches: * New Features: https://github.com/GoldenGnu/jeveassets/tree/develop - * Bug Fixes: + * Bug Fixes: https://github.com/GoldenGnu/jeveassets/tree/main -Bug fixes are committed to both branches. -Experimental features get their own branch. -The feature branch is merged back into trunk after release. +Bug fixes are committed to both branches. +Experimental features get their own branch. +The develop branch is merged back into trunk after release. # Git Clone # @@ -22,24 +22,22 @@ We compile with the latest version of Oracle Java SE 8 (Yes, still using Java 8) Open the project and compile (F11) -## Eclipse ## +## Other IDEs ## -I do not use Eclipse. If you have instructions to compile with Eclipse, please email niklaskr@gmail.com +I only use NetBeans. Feel free to make a PR with instructions # Coding Guidelines # * We use tab and not space. Be sure to disable "expand tabs to space" in your IDE. - * Swing JComponent variable names should have leading "j". Ex.: jMyTable + * Swing JComponent variable names should have leading "j". Ex.: `jMyTable` * No other variable names should use [Systems Hungarian](https://en.wikipedia.org/wiki/Hungarian_notation) # Contribute # We are looking for (in random order): - * Documentation (User tutorials) + * Documentation * Java Programmers * Dedicated Testers * Translators -If you want to join the project send an email the niklaskr@gmail.com - -Also join the [Discord](https://discord.gg/8kYZvbM) server. +If you want to join the project contract `goldengnu` on the [jEveAssets Discord server](https://discord.gg/8kYZvbM) (PMs welcome).