Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Code of Conduct & License #69

Merged
merged 1 commit into from
Jun 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git remote -v
**6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

```
git pull upstream master
git pull upstream main
```

**7.** Create a new branch.
Expand All @@ -62,25 +62,31 @@ git checkout -b <your_branch_name>
git add .
```

**10.** Commit your changes .
**10.** Check for the changes .

```
git status
```

**11.** Commit your changes .

```
git commit -m "Relevant message"
```

**11.** Push the committed changes in your feature branch to your remote repo.
**12.** Push the committed changes in your feature branch to your remote repo.

```
git push -u origin <your_branch_name>
```

**12.** To create a pull request, click on `compare and pull requests`. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.
**13.** To create a pull request, click on `compare and pull requests`. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.


**13.** Then add an appropriate title and description to your pull request that explains your changes and efforts done.
**14.** Then add an appropriate title and description to your pull request that explains your changes and efforts done.


**14.** Click on `Create Pull Request` on `main` branch.
**15.** Click on `Create Pull Request` on `main` branch.

<img src="https://user-images.githubusercontent.com/64153988/106642571-88df9100-65ae-11eb-86a0-de4b3284f14e.png" width=600>

Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,20 @@ Similar steps for Kannada Section
![Contributors](https://contributors-img.web.app/image?repo=Harshal0902/Rudra)


💜 **Thanks**
## Code of Conduct

<p align="center">
<a href="https://github.com/Harshal0902/Rudra/blob/main/CODE_OF_CONDUCT.md">
<img width=35% src="https://cdn-media-1.freecodecamp.org/images/1*v4jyaugHQXBSf2O4D66Onw.gif"></p>
<h5 align="center"><b>Click to read</b></a>


## License

<p align="center">
<a href="https://github.com/Harshal0902/Rudra/blob/main/LICENSE">
<img width=35% src="https://media.tenor.com/images/68ecdcb63296f1db6532bf5b83051da9/tenor.gif"></p>
<h5 align="center"><b>MIT License</b></a>


💜 **Thanks**