Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1.13 KB

👥 Contributing Guide

I appreciate your interest in contributing to the project! This document outlines how to contribute to the project, including the contribution process, code style, and testing.

🔄️ Contribution process

To contribute, please follow these steps:

  1. Fork the project repository on GitHub.
  2. Create a new branch for your feature or bug fix.
  3. Make sure the README.md and any other relevant documentation are kept up-to-date.
  4. Make your changes and commit them with descriptive commit messages; check Conventional Commits as a suggestion.
  5. Push to your forked repository.
  6. Create a new pull request from your fork to this project.
  7. Please ensure that your Pull Request includes a detailed description of your changes.

🔰 Code of Conduct

All contributors are expected to adhere to the project name code of conduct. Therefore, please review it before contributing Code of Conduct.

🛡️ License

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

Thank you for contributing!