Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Look at the code carefuly to ensure that it is of good quality
  2. Obviously... test it (smile)
  3. Attach your review to the related JIRA issue
  4. Send your review to the dev mailing-list if needed.

In case no other developer makes a comment after a few days, you can act as you decided: accept or reject it!

...

  1. Always create a JIRA issue in case of bug, improvement or new feature. You can follow progess of your issue there.
  2. If you have a patch, then attach it to the JIRA issue.
  3. Do not hesitate to attach screenshots and stack traces.
  4. Make sure you send a real diff-generated patch, not whole files or ZIPs with the modified files... (Several programs will generate this, for example: IntelliJ, Eclipse, Netbeans, TortoiseSVN,...)
  5. Should you propose a new feature, make sure to attach documentation. Ideally you will have a patch for the documentation, but plain text will also do.
  6. Subscibe to the developer mailing list if you want to follow IzPack development conversations.
  7. Respect code format styles! Otherwise we have a hard time trying to merge your code.

Code formatting

The src folder in the IzPack source code contains code style settings for Eclipse and IntelliJ IDEA.

Everyone has its own preferences, so to make everyone comfortable, here are a few things to respect.

...