Versions Compared

Key

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

...

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

  1. Always create a JIRA issue.
  2. If you have a patch, then attach it to the JIRA issue.
  3. Make sure you send a real diff-generated patch, not whole files or ZIPs with the modified files...
  4. 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.
  5. Should you propose a major feature, file an IzPack Enhancement Proposal as well.

...