Contributors Guide

If you believe that you have found a bug, please search for an existing issue to see if it has already been reported. If you would like to add a new feature to Accumulo, please send an email with your idea to the dev mail list. If it's appropriate, then we will create an issue. For simple changes, its ok to just submit a pull request without an issue.

Development

  • See the Developer's Guide for information regarding common build commands, IDE setup and more.
  • Ensure that your work targets the correct branch
  • Add / update unit and integration tests

Patch Submission

  • Ensure that Accumulo builds cleanly before submitting your patch using the command: mvn clean verify -DskipITs
  • Before submission please squash your commits using a message that starts with the issue number and a description of the changes.
  • Patches should be submitted in the form of Pull Requests to the Apache Accumulo GitHub repository or to the Review Board accumulo repository.

Review

  • We welcome reviews from anyone. Any committer can approve and merge the changes.
  • Reviewers will likely have questions and comments. They may use terms such as those in RFC2119.