Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.5 KB

File metadata and controls

33 lines (19 loc) · 1.5 KB

Contributing to ROM CLEANUP

Thank you for considering contributing to ROM CLEANUP! By contributing to this project, you are helping to improve its functionality and overall user experience.

How to Contribute

  1. Fork the Repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Open a pull request.

Issue Reporting

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.

Feature Requests

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.

Code Style

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.

Testing

Before submitting a pull request, make sure to test your changes thoroughly. Provide test cases if applicable, and ensure that the existing tests pass.

License

By contributing to ROM CLEANUP, you agree that your contributions will be licensed under the GNU GPLv3 License.

Thank you for your contribution!