Welcome to OpInCo-Community/HacktoberWeek! Before sending your pull requests, make sure that you read the guidelines carefully. If you have any doubt on the contributing guide, please feel free to reach out and discuss with the community!.
It is requested of you that -
- Start working on the pull request if and only if you are assigned the complimentary issue.
- Create good and valuable PR. Go through the Code of Conduct and follow the templates to avoid spam.
Installation Guide
Before getting started let's install the project on your system!!
Visit our GitHub repository and click on the Fork option in the top right corner of your GitHub account. This creates a copy of the repository.
git clone command creates a copy/clone of the repository in you local system.
--> You can clone this repo by using the below command and navigate to the directory.
git clone https://github.com/<YOUR_USERNAME>/HacktoberWeek.git
cd HacktoberWeek
git remote add upstream https://github.com/HacktoberWeek/HacktoberWeek.git
git checkout main
git fetch upstream
git merge upstream/main
After you are done making all the requisite changes. Push your changes to the repository and create a good PR. To do so go through the Contributing Guidelines
Your PR will get reviewed soon! If the maintainers suggest changes, do all the changes, commit the changes, rebase the branch, squash the commits and push the changes. If everything looks good, your PR will be merged. That's it! Thank you for your contribution!