Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 2.08 KB

CONTRIBUTING.md

File metadata and controls

53 lines (33 loc) · 2.08 KB

HCV-GLUE Contributor Guidelines

Welcome to HCV-GLUE! We appreciate your interest in contributing to our project. By contributing, you help make HCV-GLUE a better resource for the community.

Table of Contents

How to Contribute

Reporting Bugs

If you encounter a bug, please help us by providing detailed information. You can report bugs by:

  1. Checking the existing issues to see if the bug has already been reported.
  2. Creating a new issue, including a clear and descriptive title, steps to reproduce the bug, and any relevant error messages or screenshots.

Suggesting Enhancements

We welcome suggestions for new features or enhancements. To suggest an enhancement:

  1. Check the existing issues to make sure your idea hasn't been suggested.
  2. Create a new issue, explaining the enhancement you'd like to see and why it would be valuable.

Pull Requests

If you want to contribute directly to the codebase:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Make your changes and ensure the existing tests pass.
  3. Add tests for your changes if applicable.
  4. Update the documentation to reflect your changes.
  5. Submit a pull request, providing a clear description of your changes and reference any related issues.

Code of Conduct

Please review and adhere to our Code of Conduct. By participating, you are expected to uphold this code. Report any unacceptable behavior to gluetools@gmail.com .

Style Guide

Please follow the existing code style within the GLUE project to maintain consistency across the codebase.

License

By contributing to HCV-GLUE, you agree that your contributions will be licensed under the GNU Affero General Public License v. 3.0.

Thank you for contributing to HCV-GLUE!