Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 531 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 531 Bytes

Contributing

Welcome!

You are encouraged to contribute to this repository during the hacktoberfest event! 🎉

Follow these steps:

  • Fork this repository on Github.
  • Clone the forked repository:
    • git clone https://github.com/YOUR_USERNAME/useful-dev-tools.git
  • Create another branch and enter it:
    • git branch new-branch
    • git switch new-branch
  • Make the changes and then:
    • git add .
    • git commit -m "added a new tool! 🎉"
    • git push -u origin new-branch
  • Open a Pull Request on Github.