diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a96f01c..4fef048 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. @@ -62,25 +62,31 @@ git checkout -b 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 ``` -**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. diff --git a/README.md b/README.md index 4d6b42d..a1648fb 100644 --- a/README.md +++ b/README.md @@ -93,5 +93,20 @@ Similar steps for Kannada Section ![Contributors](https://contributors-img.web.app/image?repo=Harshal0902/Rudra) -💜 **Thanks** +## Code of Conduct +

+ +

+
Click to read + + +## License + +

+ +

+
MIT License + + +💜 **Thanks** \ No newline at end of file