Thank you for considering contributing to ROM CLEANUP! By contributing to this project, you are helping to improve its functionality and overall user experience.
- Fork the Repository.
- Create a new branch:
git checkout -b feature/your-feature-name. - Make your changes and commit them:
git commit -m 'Add some feature'. - Push to the branch:
git push origin feature/your-feature-name. - Open a pull request.
If you encounter any issues or have suggestions for improvement, please open an issue. Provide as much detail as possible, including the steps to reproduce the issue.
We welcome feature requests! Before submitting a new feature request, please check if a similar request already exists. If not, feel free to open a new issue.
Follow the existing code style and conventions used in the project. Consistent coding styles make it easier for everyone to understand and maintain the codebase.
Before submitting a pull request, make sure to test your changes thoroughly. Provide test cases if applicable, and ensure that the existing tests pass.
By contributing to ROM CLEANUP, you agree that your contributions will be licensed under the GNU GPLv3 License.
Thank you for your contribution!