Welcome to our open source project! We appreciate your interest in contributing to this project and making it better for everyone. To ensure a smooth and productive collaboration, please read and follow these guidelines when contributing to this project.
- Fork this repository to your GitHub account.
- Clone your forked repository to your local machine.
- Create a new branch to work on your changes: git checkout -b my-feature-branch
- Make your changes and commit them with a descriptive commit message.
- Push your changes to your forked repository: git push origin my-feature-branch
- Submit a pull request to the main repository.
Before submitting a pull request, make sure you have done the following:
- Rebased your branch on the latest main branch.
- Tested your changes thoroughly to ensure they work as expected.
- Added documentation for any new features or changes.
- Followed the coding standards and conventions used in the project.
This project adheres to a code of conduct. By participating, you are expected to uphold this code. Please read the code of conduct before contributing.
Issue Tracker If you find any issues or bugs in the project, please create a new issue in the issue tracker. Make sure to provide as much information as possible about the issue, including steps to reproduce it and any error messages you receive.
License By contributing to this project, you agree that your contributions will be licensed under the MIT License.