Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jatiinyadav/bootstrap-learning

This is a repository that I created while learning Bootstrap.
https://github.com/jatiinyadav/bootstrap-learning

bootstrap css3 hacktoberfest html5 learning open-source

Last synced: about 2 months ago
JSON representation

This is a repository that I created while learning Bootstrap.

Awesome Lists containing this project

README

        

## 🤝 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
```bash
https://github.com/your_username/repo_name.git
```

### Step-3:
Make the changes that you want.

### Step-4:
Create a new branch
```bash
git branch branch_name
```
```bash
git checkout branch_name
```

### Step-4:
Save changes and Commit changes
```bash
git add .
```
```bash
git commit -m "add message"
```
### Step-5:
Make PR
```bash
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](https://forthebadge.com/images/badges/built-with-love.svg)](https://jatiinyadav.github.io/)

## Code of Conduct

You can find Code of Conduct [here](/CODE_OF_CONDUCT.md).

### License

This project includes [MIT License](/LICENSE).