Thanks for considering contributing and help us on creating tooling for Cardano sidechains.
The best way to contribute right now is to try things out and provide feedback, but we also accept contributions to the documentation and the obviously to the code itself.
This document contains guidelines to help you get started and how to make sure your contribution gets accepted, making you our newest Mithril contributor!
Should you have any questions or need some help in getting set up, you can use these communication channels to reach the Sidechains team and get answers in a way where others can benefit from it as well:
#ask-sidechain
on the IOG Discord server- Cardano StackExchange using the
sidechains
tag
Contributing to the documentation, its translation, reporting bugs or proposing features are awesome ways to get started.
We host our documentation / user manual as a website here.
Each page has an "Edit this page" button which should take you to the source file containing the markup. Should you would want to extend the documentation or find some errors, please file an issue pointing to the mistake or even better, create a pull request with the changes directly!
Submit an issue using the "Bug report 🐛" template.
For bug reports, it's very important to explain
- what version you used,
- steps to reproduce (or steps you took),
- what behavior you saw (ideally supported by logs), and
- what behavior you expected.
Feature ideas are precursors to high-level features items, which will be discussed and fleshed out to ideally become items on our feature roadmap.
We expect a description of
- why you (or the user) need/want something (e.g. problem, challenge, pain, benefit), and
- what this is roughly about (e.g. description of a new API endpoint or message format).
Note that we do NOT require a detailed technical description, but are much more interested in why a feature is needed. This also helps in understanding the relevance and ultimately the priority of such an item.
When contributing code, it helps to have discussed the rationale and (ideally) how something is implemented in a feature idea or bug ticket beforehand.
Thank you for contributing your changes by opening a pull requests! To get something merged we usually require:
- Description of the changes - if your commit messages are great, this is less important.
- Quality of changes is ensured - through new or updated automated tests.
- Change is related to an issue, feature (idea) or bug report - ideally discussed beforehand.
- Well-scoped - we prefer multiple PRs, rather than a big one.