Skip to content

ThiagodePaulaSouza/link-bio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Bio » @salequi_lapua

About the Project

This is a personal project that I put my links in one place to use on my social networks

🧙‍♂️How to Run:

👨‍💻How to Help

1. Before anything:

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)
2. After your amazing feature:

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)
3. Now in your repository fork:
  • Click on Contribute
  • Click on Compare & pull request
  • Write about your changes
  • Click on Create pull request

📝License

This project is under the MIT license. See the LICENSE file for more details.

(back to top)