Get Involved
ZBackup is an open source project and contributions of all kinds are welcome. Whether you want to report a bug, suggest a feature, or submit code, there's a place for you.
Links
How to Contribute
Fork the repository
Click the "Fork" button on GitHub to create your own copy of the project.
Clone your fork
git clone https://github.com/YOUR-USERNAME/zbackup.git
cd zbackup
Create a branch
git checkout -b my-feature
Make your changes
Implement your feature or fix, then test thoroughly.
Commit and push
git add .
git commit -m "V-X.Y - Description of changes"
git push origin my-feature
Open a Pull Request
Go to the original repository and create a PR from your branch.
Version Naming
When committing version-related changes, include the version number in your commit message using one of these formats:
V-0.2 # Patch version
V-1.0 # Major release
Version 0.3 # Alternative format
The ZBackup website automatically detects the latest version from commit messages, so keeping your commit messages consistent helps keep the version display accurate.
Code of Conduct
Be respectful, constructive, and welcoming. We're all here to build something useful together. Treat everyone with kindness regardless of their experience level.