-
Notifications
You must be signed in to change notification settings - Fork 42
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:
- Create an issue including steps for reproduction.
- A mini JavaFX application that reproduces the bug is also very helpful!
- Make the fix in your own fork.
- Create a pull request for the changes.
- Create an issue.
- We will respond to the issue and discuss further details there.
Try to use consistent formatting to the rest of the code base. Some key rules are:
- Max 120 characters per line.
- Brace positions on same line.
- Indent with 4 spaces (no tabs).