Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.46 KB

File metadata and controls

33 lines (25 loc) · 1.46 KB

Contributing to MIDRC BIH

Thank you for contributing to the MIDRC Interoperability Tools.

General Gen3 Contribution Guide

General information on contributing to Gen3 projects can be found in the Gen3 Developer Guide at: https://docs.gen3.org/gen3-resources/developer-guide/contribute/

Code of Conduct

This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code.

Reporting Bugs

Before creating bug reports, please search existing issues to see if the problem has already been reported. When you are creating a bug report, please include as many details as possible:

  • Use a clear and descriptive title.
  • Describe the exact steps to reproduce the error.
  • Explain which behavior you expected and what happened instead.

Suggesting Enhancements

Enhancement suggestions are tracked as GitHub issues.

  • Check if there's already a similar suggestion.
  • Clearly describe the proposed change and why it would be useful.

Pull Requests

Please follow these steps to have your contribution considered:

  • Fork the repo and create your branch from main.
  • If you've added code that should be tested, note that and add tests.
  • Ensure the test suite passes locally.
  • Reference any relevant issues in your PR description.
  • Wait for review. Maintainers will look at your PR as soon as possible.

Style Guides

Maintain the existing coding style. Run linter before committing to ensure consistent formatting.