A project readme template for personal use.
View
|
Pulls
|
Issues
|
License
You may add detailed project description here if needed.
Features:
- List all the project features here.
Tech Stack:
- List all the technologies used here.
📂 Running the project locally:
# windows
git clone https://github.com/v1br/readme.git
cd readme
start README.md
💻 Contributing to the project:
# [ fork the repository ]
git clone https://github.com/username/readme.git && cd readme
git branch -b new-feature
# [ apply your changes ]
git add changes
git commit -m "meaningful message"
git push origin new-feature
# [ create a pull request ]
Important
Please follow conventional commits.