1. Fork this repository. Click on the symbol at the top right corner.
2. Clone the forked repository.
git clone https://github.com/<your-github-username>/Cool-Front-End_Templates
3. Navigate to the project directory.
cd Cool-Front-End_Templates
4. Make changes in source code.
5. Stage your changes and commit
#Add changes to Index
git add .
#Commit to the local repo
git commit -m "<your_commit_message>"
7. Push your local commits to the remote repo.
git push
8. Create a PR !
9. Congratulations!, You've made your contribution to Cool-Front-End_Templates
- You can add your own Frontend Templates related to anything.
- You can contribute some Resources, related to frontend designing and templates etc in the Resources.md File.
- You can modify any exisiting one, if you feel like yours is better.
- Use proper Folder Structure i.e. don't keep files here and there.
- Don't copy the exact template from anywhere else.
- Make sure to add proper and valid description while generating PR.