Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 711 Bytes

File metadata and controls

27 lines (14 loc) · 711 Bytes

Contributing Code or Documentation to LightFlame

Finding Issues to Work on

If you are interested in contributing to LightFlame and are looking for issues to work on, take a look at the issues tagged with help wanted.

JDK Setup

LighFlame currently requires JDK 8

IDE Setup

LighFlame can be imported into IntelliJ IDEA by opening the pom.xml file.

Running Tests

To run the tests use mvn clean install.

Creating a pull request

Once you are satisfied with your changes:

  • Commit your changes in your local branch
  • Push your changes to your remote branch on GitHub
  • Send us a pull request