We welcome contributions to the Fabric Token SDK!
Note that we follow the LFDT Charter. All new inbound code contributions to the project shall be made under the Apache License, Version 2.0. All outbound code will be made available under the Apache License, Version 2.0.
Please note that we have a Code of Conduct. Please follow it in all your interactions with the project.
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a new branch for your feature or bugfix.
- Make your changes.
- Run tests (see Testing Guide) to ensure your changes don't break anything.
- Commit your changes using the sign-off flag (
-s). - Push your branch to your fork.
- Submit a Pull Request (PR) to the
mainbranch of the upstream repository.
We maintain a set of issues labeled "good first issue" to help new contributors find approachable tasks and get started quickly. If you're contributing for the first time, please consider picking one of these issues:
- Browse the current list here: https://github.com/hyperledger-labs/fabric-token-sdk/issues?q=is%3Aissue+state%3Aopen+label%3A%22good+first+issue%22
- Leave a comment on the issue saying you'd like to work on it and ask to be assigned.
- If you need clarification or guidance, ask on our Discord channel (
#fabric-token-sdk) or comment on the issue — maintainers and community members are happy to help. - Keep your first PR small and focused. Follow the project guidelines: run tests, sign your commits (
-s), and rebase to keep a linear history.
Please refer to the Development Guidelines for detailed information on:
- Commit Sign-off: All commits must be signed off (
git commit -s). - Linear History: We use rebase workflow, not merge commits.
- Coding Standards: See docs/development/general.md and docs/development/idiomatic.md for Go coding standards.
If you find a bug or have a feature request, please search the Issues to see if it has already been reported. If not, please open a new issue.
Join us on Discord in the #fabric-token-sdk channel.