Skip to content

Latest commit

History

History
23 lines (16 loc) 路 1.03 KB

File metadata and controls

23 lines (16 loc) 路 1.03 KB

Contributing to SysTweakX

Thank you for your interest in contributing to SysTweakX! We welcome contributions from everyone.

How Can I Contribute?

Reporting Bugs

If you find a bug, please create an issue in the issue tracker using the Bug Report template. Include as much detail as possible, such as your Windows version and the steps to reproduce the issue.

Suggesting Enhancements

Have an idea for a new tweak or feature? Create an issue using the Feature Request template. We love hearing new ideas!

Pull Requests

  1. Fork the repository and create your branch from main.
  2. Ensure your code follows the existing style and conventions.
  3. Test your changes thoroughly on a fresh Windows 11 installation if possible.
  4. Issue a pull request with a clear title and description.

Code Style

  • PowerShell (GUI.ps1): Keep UI elements clean and localized in both English and Russian.
  • Batch (SysTweakX.bat): Ensure tweaks are safe, idempotent, and include proper error handling.

Thank you for making SysTweakX better!