Thank you for considering contributing to our project! Feel free to propose improvements, report issues, or add new features. To contribute, please follow these steps:
- Fork this repository.
- Clone the fork to your local machine.
- Create a new branch for your changes:
git checkout -b branch-name
. - Make the changes and commit them:
git add .
andgit commit -m "Description of the changes made"
. - Push the changes to your fork:
git push origin branch-name
. - Create a Pull Request towards the main branch of this repository.
You can contribute in several ways, including:
- Reporting issues or problems in the code.
- Adding new features.
- Correcting grammar or spelling errors in documentation files.
- Improving code efficiency.
If you find any errors or problems in the code, or if you have any suggestions for improving the project, you can inform us by opening an Issue. Please make sure to provide as much detail as possible about the problem or suggestion so that we can address it effectively.
Before making a contribution, please make sure to review and follow these guidelines:
- All changes must be clearly documented.
- Code must follow existing style conventions.
- You must add tests for any new features you add.
This project is licensed under the GNU General Public License v3.0. By contributing to this project, you agree that your contribution will be published under the same license.