Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

40 lines (23 loc) · 1.75 KB

How to contribute to Disq

Thank you in advance for contributing to Disq!

Git workflow

The Disq project follows the Git Feature Branch workflow.

To get started contributing to Disq:

  • Fork the Disq git repository to your own Github account
  • Create a new feature branch for development
  • Push the feature branch to your Github fork, and pull request to the Disq repository

Search the Github issue tracker and pull requests

Before creating a new issue or pull request, please search the Disq issue tracker and Disq open pull requests on Github.

Code style and other conventions

  • Disq is the name of the project, not DISQ or disq
  • disq-bio is the organization name, and disq-bio.org the organization domain name
  • Code style should follow the Google Java Style Guide
  • Code style is enforced by fmt-maven-plugin

Rules for voting and decision making

In general the Disq project follows the Apache Software Foundation Voting Process for voting and decision making, excepting the three +1 PMC votes on release requirement (https://www.apache.org/foundation/voting.html#votes-on-code-modification).

Issues and pull requests are triaged to release versions using Github Milestones, and releases can be made by any project owner with public code signing keys in KEYS as necessary.

We appreciate your contribution!