Skip to content

5. Steps for Contributing

rmfisher edited this page Dec 12, 2014 · 6 revisions

Note that you can fork this repo and make changes in your own fork at any time.

To integrate changes into the master repo:

Bug-fixes

  1. Create an issue including steps for reproduction.
  2. A mini JavaFX application that reproduces the bug is also very helpful!
  3. Make the fix in your own fork.
  4. Create a pull request for the changes.

Features

  1. Create an issue.
  2. We will respond to the issue and discuss further details there.

Code conventions & formatting

Try to use consistent formatting to the rest of the code base. Some key rules are:

  1. Max 120 characters per line.
  2. Brace positions on same line.
  3. Indent with 4 spaces (no tabs).
Clone this wiki locally