Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 654 Bytes

File metadata and controls

32 lines (21 loc) · 654 Bytes

Contributing to Quick Tabs

Thank you for your interest in contributing. Quick Tabs is Hacktoberfest ready and welcomes contributors of all levels.

How to Contribute

Fork the repository and create a new branch for your feature or fix:

git checkout -b my-feature

Make your changes or improvements. Test your changes by running the specified binary:

cargo run --bin open_private

Commit 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-feature

Open a Pull Request (PR) on the main repository.