Skip to content

jeesukumar/Bootstrap-Learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤝 Wanna Contribute to this project

You can contribute to this project by following these simple steps:

Step-1:

Fork this repo by clicking on fork button at top-right corner.

Step-2:

Clone this repo

https://github.com/your_username/repo_name.git

Step-3:

Make the changes that you want.

Step-4:

Create a new branch

git branch branch_name
git checkout branch_name

Step-4:

Save changes and Commit changes

git add .
git commit -m "add message"

Step-5:

Make PR

git push origin branch_name

Then go to github repo, there will be automatically a button generated to create pull request, just click that button.

Congratulations🎉, you have successfully created the PR.

forthebadge

Code of Conduct

You can find Code of Conduct here.

License

This project includes MIT License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.5%
  • CSS 0.5%