Thank you for contributing to the MIDRC Interoperability Tools.
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/
This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code.
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.
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.
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.
Maintain the existing coding style. Run linter before committing to ensure consistent formatting.