Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

37 lines (21 loc) · 1.44 KB

Contribution Guidelines

Thank you for considering contributing to our project! We welcome your input and appreciate your efforts. To ensure a smooth collaboration, please take a moment to review the following guidelines.

Code of Conduct

This project and everyone participating in it are governed by our Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [project email].

How to Contribute

  1. Fork the repository and clone it locally.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork on GitHub.
  5. Open a pull request in the original repository. Provide a clear title and description of your changes.

Coding Standards

Follow the coding standards and style guide used in the project. If there's no specific guide, stick to the existing code style.

Testing

Ensure that your code changes do not break existing functionality. Write tests for new features or bug fixes if applicable.

Documentation

Update the documentation if your changes affect it. This includes the README.md file and any additional documentation files.

Issues

Before starting work on a new feature or bug fix, check the issue tracker for related discussions or known issues.

License

By contributing, you agree that your contributions will be licensed under the project's license.

Thank you for your contribution!