Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 1.17 KB

Contribution

We welcome contributions! Here’s how you can help:

  • Fork the repository.
  • Create a new branch for your feature or bugfix: git checkout -b feature-name.
  • Make your changes and commit them: git commit -m 'Add some feature'.
  • Push to your branch: git push origin feature-name.
  • Create a Pull Request on the main repository.

Pull Request Process

Please ensure your pull request adheres to the following guidelines:

  • Write clear, concise commit messages.

  • Keep your changes focused - if you have multiple changes, consider submitting them as separate PRs.

  • Ensure all tests pass before submitting.

  • Update documentation where necessary.

  • Follow the existing code style

  • Sign CLA if you have not done so already

  • Refer to our Pull Request Template for more information.

Issue Reporting

If you encounter bugs, or have feature requests, please open an issue. Include as much detail as possible:

Provide a clear title and description. Include steps to reproduce the issue. Provide any relevant screenshots, logs, or code.

Check our Issue Template for more information.