Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.53 KB

File metadata and controls

36 lines (24 loc) · 1.53 KB

Contributing to Committy

👍🎉 First of all, thank you for considering contributing to Committy! We appreciate your time and effort to make this project better for everyone. 🎉👍

How to Contribute

  1. Fork the repository to your GitHub account.
  2. Create a new branch from the develop branch for your changes.
  3. Make your improvements, fixes, or additions in your branch.
  4. Commit your changes with a clear and descriptive commit message.
  5. Push your branch to your forked repository.
  6. Create a pull request (PR) to the develop branch of the main repository.

Code Style

  • Please follow the existing code style and conventions used in the project.
  • Maintain a consistent coding style throughout your changes.

Reporting Issues

  • If you encounter any bugs, issues, or have suggestions, please create an issue on GitHub.
  • Provide a clear title and detailed description of the problem or suggestion.

Pull Request Guidelines

  • Keep your pull requests focused on a single change or feature.
  • Include a detailed description of the changes you've made.
  • Reference any related issues using the #issue_number format.
  • Ensure your code is well-tested and doesn't break existing functionality.
  • Keep the pull request up-to-date with the latest changes in the main branch.

Licensing

By contributing to this project, you agree that your contributions will be licensed under the Apache License, Version 2.0. See the LICENSE file for more information.

Thank you for contributing! Your efforts are highly appreciated. 🙌