Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

45 lines (26 loc) · 1.48 KB

Contributing to the Project

Thank you for contributing to our project! We welcome contributions from everyone. By participating in this project, you agree to abide by our code of conduct.

How to Contribute

Reporting Bugs

If you find a bug, please report it by opening an issue on our GitHub repository. Include as much detail as possible to help us understand and reproduce the issue.

Suggesting Enhancements

We welcome suggestions for new features or improvements. Please open an issue on our GitHub repository and describe your idea in detail.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Ensure your code follows our coding standards and passes all tests.
  5. Commit your changes with a clear, descriptive message and sign-off.
  6. Push your branch to your forked repository.
  7. Open a pull request on our GitHub repository.

Code Style

Please follow the existing coding style used in the project.

Testing

Ensure that you have tested your changes and are not causing any new issues.

Documentation

Update the documentation to reflect your changes, following the existing formatting and structure.

Code of Conduct

Please read and follow our Code of Conduct.

Contact

If you have any questions or need further assistance, open a GitHub issue to start a conversation with the maintainers and the community.

Thank you for your contributions!