Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.07 KB

Git Checkout

We usually work in two branches:

It's strongly adviced to make a new branch for each PR

Git Clone

https://github.com/GoldenGnu/jeveassets.git

Compile

We compile with the latest version of Oracle Java SE 8 (Yes, still using Java 8).

Netbeans

Open the project and compile (F11)

Other IDEs

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
  • No other variable names should use Systems Hungarian

Contribute

We are looking for (in random order):

  • Documentation
  • Java Programmers
  • Dedicated Testers
  • Translators

If you want to join the project contract goldengnu on the jEveAssets Discord server (PMs welcome).