Versions Compared

Key

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

...

Please keep in mind that most IzPack developers are volunteers that are not paid for developing it. We do it for fun on our free time, so please don't expect the same level of support as if we were a company (but we're doing our best to be as close to that as possible (wink) ).

Rules for developers

  1. Use meaningful comments when doing a Subversion commit.
  2. Always mention the JIRA issue that is related to your commit (e.g., "Fix for JIRA-123").
  3. When doing a commit based on a patch from a contributor, make sure to mention the contributor name in the comment.
  4. Never commit incomplete changes (Subversion is not a backup system).
  5. Working on experimental changes is encouraged, but in this case use a branch.
  6. Like anybody else, use IzPack Enhancement Proposals and our JIRA instance.
  7. Don't maintain Versions.txt anymore, we will extract release notes from JIRA starting from IzPack 4.0 and beyond.
  8. You may do a commit without a related JIRA issue, but make sure you have a very good reason not to do so.
  9. Subscribe to the SCM mailing-list to get notified of SVN commits and JIRA activity.
  10. Do not hesitate to pick new JIRA issues: both the other developers and the issue submitter will thank you for the work!
  11. When you start working on an issue, don't forget to mark it as in progress so that we know that you're solving it!

Rules for contributors and issues reporters

  1. Always create a JIRA issue.
  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...
  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. Should you propose a major feature, file an IzPack Enhancement Proposal as well.

...

After IzPack 3.11.0 we will use Java 5 as the language source and target version. We will generate a Java 1.4 compatible version using Retroweaver.