Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.58 KB

File metadata and controls

50 lines (34 loc) · 1.58 KB

Contributing Guidelines

Thank you for considering contributing to this project! Your help is greatly appreciated. Please follow these guidelines to make the process smooth for everyone.

How to Contribute

  1. Fork the Repository

    • Click the "Fork" button at the top right of the repository page.
    • Clone your fork to your local machine.
  2. Create a Branch

    • Create a new branch for your work:
      git checkout -b feature/your-feature-name
      
  3. Make Changes

    • Make your changes, keeping the code style consistent with the project.
    • Write clear, concise commit messages.
  4. Push to Your Fork

    • Push your branch to your forked repository:
      git push origin feature/your-feature-name
      
  5. Open a Pull Request

    • Go to the original repository and open a pull request.
    • Describe your changes in detail and reference any related issues.

Code of Conduct

Please follow the Code of Conduct in all your interactions with the project.

Reporting Bugs

  • Search existing issues to avoid duplicates.
  • Open a new issue with a clear title and description.
  • Include steps to reproduce, expected behavior, and screenshots if applicable.

Requesting Features

  • Search existing issues for similar feature requests.
  • Open a new issue and describe your idea clearly.

Questions

If you have any questions, open an issue or start a discussion. We are happy to help!

Thank you for contributing!