You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Submitting Pull Requests

Apache Contribution Guide

Please read the Apache Contribution Guide.

Tools/Libraries

Curator uses:

  • Java 6
  • Maven
  • Jira
  • TestNG
  • SLF4J
  • Google Guava

Style/Development Guide

  • Use spaces not tabs.
  • Match the style of the Curator files. Any patches will be re-formatted to match Curator style.
  • All submissions must have TestNG tests.
  • All submissions must have proper Apache license headers.
  • The simpler and smaller the change the more likely it is to be accepted.

Creating A Pull Request

The Apache Curator source code repository holds the current source. A link to information about using the Apache Curator source code repository is available on the main Apache Curator page. Apache Curator uses the Git version control system. Curator also uses Apache's Github mirroring. All source code/bug fix submissions should be made via Github Pull Request You must create an issue in Curator's Issue Tracker. Create your pull request against the latest revision of the files by forking the mirrored project at https://github.com/apache/curator and getting your fork in sync. All discussion, comments, etc. regarding the Pull Request should be in the Issue Tracker and/or Github and not by email.

  • No labels