This is a personal project that I put my links in one place to use on my social networks
- See the project Here 🎯
Fork the project
# setup your git | don't forget to remove the ()
git clone (YourUrlProject)
git remote add origin (YourUrlProject)
git pull origin
git checkout -b (YourBranch)
Follow the pattern of Conventional Commits 🕵️♀️ (not required)
# after changes | don't forget to remove the () <>
git status
git add (FileThatYouChange)
git commit -m ("<type>: <description>")
git push -u origin (YourBranch)
- Click on Contribute
- Click on Compare & pull request
- Write about your changes
- Click on Create pull request
This project is under the MIT license. See the LICENSE file for more details.