Thank you for considering contributing to iparq! We're excited to collaborate with you. Here are some guidelines to help you get started:
- Fork the repository: Click the "Fork" button at the top right of this page to create a copy of the repository.
- Clone your fork: Use
git clone <your-fork-url>
to clone your forked repository to your local machine. - Create a branch: Use
git checkout -b <branch-name>
to create a new branch for your changes. - Make your changes: Make the necessary changes in your local repository.
- Commit your changes: Use
git commit -m "Description of changes"
to commit your changes. - Push your changes: Use
git push origin <branch-name>
to push your changes to your forked repository. - Create a pull request: Go to the original repository and create a pull request from your forked repository.
- Code of Conduct: Please adhere to our Code of Conduct to ensure a welcoming and friendly environment.
- Documentation: Ensure your code changes are well-documented. Update any relevant documentation in the
docs
folder. - Tests: Include tests for your changes to ensure functionality and avoid regressions.
- Commit Messages: Write clear and concise commit messages. Follow the format:
type(scope): message
.
If you encounter any issues or bugs, please open an issue in the repository. Provide as much detail as possible, including steps to reproduce the issue and any relevant logs or screenshots.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for your contributions and support!
Happy coding!