Thank you for your interest in contributing. Quick Tabs is Hacktoberfest ready and welcomes contributors of all levels.
Fork the repository and create a new branch for your feature or fix:
git checkout -b my-featureMake your changes or improvements. Test your changes by running the specified binary:
cargo run --bin open_privateCommit your changes with a clear and descriptive message:
git add .
git commit -m "Add feature X or fix Y"Push your branch to your fork:
git push origin my-featureOpen a Pull Request (PR) on the main repository.