Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.89 KB

CONTRIBUTING.MD

File metadata and controls

36 lines (20 loc) · 1.89 KB

Contributing to HUMAN

We welcome contributions to HUMAN! Here are some guidelines to follow to make the process as smooth as possible.

Submitting Issues

If you find a bug or have an idea for a new feature, please open an issue on our issue tracker. Before creating a new issue, please do the following:

Check for duplicates: Search through the existing issues to make sure someone hasn't already reported the same problem.

Be clear and concise: Clearly describe the problem you are facing. If you have a suggestion for a new feature, explain the use case and how it would improve the project.

Include all relevant information: If you are reporting a bug, please include information about your operating system, the version or branch of HUMAN you are using, and any other relevant details that might help us reproduce the problem.

Contributing Code

We are always looking for contributions of new features and bugfixes. If you would like to contribute code, please follow these steps:

  1. Fork the repository: Create a personal copy of the repository on your own account.

  2. Create a new branch: Create a new branch on your fork to make your changes.

  3. Make your changes: Add new code or make changes to existing code.

  4. Write tests: We require that all new code is thoroughly tested. Please make sure to write tests for your changes.

  5. Run the tests: Make sure that all tests pass before submitting your changes.

  6. Create a pull request: Submit your changes for review by creating a pull request on the main repository.

  7. Sign the CLA: Sign the contributor License agreement

We will review your pull request and provide feedback. If everything looks good, we will merge your changes into the main branch.

License

By contributing to HUMAN, you agree to license your contribution under the MIT License.

Thank you for your contribution!