Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.33 KB

Contributing to cardano-c

Community contributions are welcome as long as they follow the guidelines described belows.

Principles

Bug reports and questions: Bug reports and specific technical questions are always welcome. Feel free to open an issue.

Incremental improvements: Bug fixes (including build scripts, examples, test, typos, CI/CD config, etc.) and documentation improvements (fixes of typos, inaccuracies, out of date content, etc.) are always welcome. Feel free to open a PR.

Major changes: Please open an issue with your proposal to discuss if the improvement fits into cardano-c before opening a PR.

Pull Request Process

  1. Ensure that all CI checks pass
  2. Check that the PR is complete and of good quality
    • Include a descriptive summary of the change. If the PR addresses an open issue, please link it.
    • Code changes: Add tests
    • If necessary: Update documentation, including any links
  3. Code changes: Update the changelog. Do not change the version number.

Interactions

I work on cardano-c on the best effort basis. The typical response time is a few days.

If you do not receive a response in a few weeks, feel free to ping the PR or issue.