First off, thank you for considering contributing to PauseCat! It's people like you that make PauseCat a great tool for everyone.
- Check the GitHub Issues to see if the bug has already been reported.
- If not, open a new issue using the Bug Report template.
- Include as many details as possible: your Windows version, a description of the bug, and steps to reproduce it.
- Open a new issue using the Feature Request template.
- Explain why the enhancement would be useful and how it should work.
- Fork the repository and create your branch from
main. - Follow the existing code style and conventions (Rust standard).
- Ensure your code builds without warnings or errors.
- Write a clear, concise commit message.
- Open a Pull Request with a detailed description of your changes.
- Rust Stable
- WiX Toolset v4/v7 (for MSI builds)
- WebView2 Runtime
$env:RUSTFLAGS="-C link-arg=/OPT:REF -C link-arg=/OPT:ICF"
cargo build --releaseBy contributing to this project, you agree to abide by our Code of Conduct.