Thank you for considering contributing to this project! Your help is greatly appreciated. Please follow these guidelines to make the process smooth for everyone.
-
Fork the Repository
- Click the "Fork" button at the top right of the repository page.
- Clone your fork to your local machine.
-
Create a Branch
- Create a new branch for your work:
git checkout -b feature/your-feature-name
- Create a new branch for your work:
-
Make Changes
- Make your changes, keeping the code style consistent with the project.
- Write clear, concise commit messages.
-
Push to Your Fork
- Push your branch to your forked repository:
git push origin feature/your-feature-name
- Push your branch to your forked repository:
-
Open a Pull Request
- Go to the original repository and open a pull request.
- Describe your changes in detail and reference any related issues.
Please follow the Code of Conduct in all your interactions with the project.
- 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.
- Search existing issues for similar feature requests.
- Open a new issue and describe your idea clearly.
If you have any questions, open an issue or start a discussion. We are happy to help!
Thank you for contributing!