Thanks for your interest in contributing to WattSeal! This is our first open-source project, so we're learning along with you. Every contribution — big or small — is appreciated.
If you find a bug, please open an issue with:
- A clear description of the problem
- Steps to reproduce it
- Your OS and whether you ran with admin/root privileges
- Any relevant error output
Got an idea? Open a feature request and describe what you'd like to see and why it would be useful.
- Fork the repository and create a branch from
main - Make your changes — keep them focused on a single issue or feature
- Format your code with
cargo +nightly fmt - Test that the project builds:
cargo build - Open a Pull Request with a clear description of what you changed and why
By submitting a pull request or any other contribution to this repository, you agree to the terms of the Contributor License Agreement.
git clone https://github.com/Daminoup88/WattSeal.git
cd wattseal
cargo buildSee the Developer documentation for detailed build instructions and architecture overview.
- Run
cargo +nightly fmtbefore committing - Follow the existing code conventions you see in the project
- Keep changes minimal and focused
If you're unsure about anything, feel free to open an issue and ask. We're happy to help!