twowaits / make-pull-request
- воскресенье, 3 октября 2021 г. в 00:32:42
Use this as learning repo on how to create successful pull requests. Very basic tasks on Python, HTML, CSS, JavaScript, JAVA.
It's an initiative by Twowaits Technologies to help create more awareness about Open Source and help introduce many more students to the benefits of FOSS. We will organize lots of events that will prove to be very profitable for the students and encourage them to contribute in open source, this is our humble step.
Lots of students struggle in creating their first PR. They try somewhat and leave when couldn't. We created this as learning repo on how to create successful pull requests on languages like JAVA, Python, C++, HTML/CSS.
You can look at the issues here and choose which one you would like to work on! Do check the Contributing.md so that you don't face any troubles.
How to register, some important rules to follow, which repos to contribute and other details in a 17 mins quick video on our Youtube Channel.
If above link doesn't work watch here.
This Repository consists of following programming languages
Go to Git Bash and Clone the forked repository using :
a. Clone the repository
git clone https://github.com/your_username/make-pull-request
git add <file-name>
git commit -m "<your-message>"
git push origin <branch-name>
Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.
Click it and you'll be taken to this screen
Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.
That's it. You have opened a PR. Wait for it to get merged.