- fork this repo on github.
- clone the forked repository to your local system.
git clone https://github.com/YourUsername/useful-dev-tools.git
- make another branch.
git branch new-branch
git switch new-branch
- make the new changes.
git add .
git commit -m "added new tools and vscode extensions"
(example)git push origin new-branch
- open a pull request in the github.