Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 3.25 KB

CONTRIBUTING.md

File metadata and controls

59 lines (34 loc) · 3.25 KB

Contributing to fabric-chaincode-java

We welcome contributions to the Hyperledger Fabric Project. There's always plenty to do!

If you have any questions about the project or how to contribute, you can find us in the fabric-java-chaincode Hyperledger Rocket.Chat channel.

Here are a few guidelines to help you contribute successfully...

Issues

We currently track bug reports using the Hyperledger JIRA tool.

If you find a bug which we don't already know about, you can help us by creating a new issue describing the problem. Please include as much detail as possible to help us track down the cause.

Note: Please use Rocket.Chat instead of JIRA to ask questions.

Fixes

If you want to begin contributing code, looking through our open issues is a good way to start. Try looking for recent issues with detailed descriptions first, or ask us on Rocket.Chat if you're unsure which issue to choose.

Enhancements

Make sure you have the support of the Hyperledger Fabric community before investing a lot of effort in project enhancements. For example, discuss your proposal on Rocket.Chat or open a JIRA issue for feedback before starting work.

Note: A more formal RFC process is under development for Hyperledger Fabric enhancement requests.

Pull Requests

We use our own forks and Github Flow to deliver changes to the code. Follow these steps to deliver your first pull request:

  1. Fork the repository and create a new branch from main.
  2. If you've added code that should be tested, add tests!
  3. If you've added any new features or made breaking changes, update the documentation.
  4. Ensure all the tests pass.
  5. Include the JIRA issue number, a descriptive message, and the Developer Certificate of Origin (DCO) sign-off on all commit messages.
  6. Issue a pull request!
  7. Azure DevOps builds must succeed before the pull request can be reviewed and merged.

Coding Style

Please to try to be consistent with the rest of the code and conform to checkstyle rules where they are provided.

Code of Conduct Guidelines

See our Code of Conduct Guidelines.

Maintainers

Should you have any questions or concerns, please reach out to one of the project's Maintainers.

Hyperledger Fabric

See the Hyperledger Fabric contributors guide for more details, including other Hyperledger Fabric projects you may wish to contribute to.


Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License