All Projects → twowaits → Make Pull Request

twowaits / Make Pull Request

Use this as learning repo on how to create successful pull requests. Very basic tasks on Python, HTML, CSS, JavaScript, JAVA.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Make Pull Request

Yii2 Swiftmailer
Yii 2 swiftmailer extension.
Stars: ✭ 109 (-2.68%)
Mutual labels:  hacktoberfest
Omegaup
omegaUp automatic programming contest evaluator & arena
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Floki
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
Stars: ✭ 1,642 (+1366.07%)
Mutual labels:  hacktoberfest
Fuego
Fuego is a command line client for the firestore database (https://firebase.google.com/docs/firestore).
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Nodejs.dev
A new Node.js resource built using Gatsby.js with React.js, TypeScript, and Remark.
Stars: ✭ 1,794 (+1501.79%)
Mutual labels:  hacktoberfest
Presently
Android app for recording gratitude journal entries
Stars: ✭ 109 (-2.68%)
Mutual labels:  hacktoberfest
Thorium
Platform for starship simulator controls
Stars: ✭ 109 (-2.68%)
Mutual labels:  hacktoberfest
Vscode Mermaid Preview
Previews Mermaid diagrams
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Futhark
💥💻💥 A data-parallel functional programming language
Stars: ✭ 1,641 (+1365.18%)
Mutual labels:  hacktoberfest
React Figma
⚛️ A React renderer for Figma
Stars: ✭ 1,830 (+1533.93%)
Mutual labels:  hacktoberfest
Chocobar
The usual Snackbar with more 🍫 and colours 🎉
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Foreman Ansible Modules
Ansible modules for interacting with the Foreman API and various plugin APIs such as Katello
Stars: ✭ 109 (-2.68%)
Mutual labels:  hacktoberfest
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Action policy Graphql
Action Policy integration for GraphQL
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Emacs Doom Themes
A megapack of themes for GNU Emacs.
Stars: ✭ 1,706 (+1423.21%)
Mutual labels:  hacktoberfest
Mole
CLI application to create ssh tunnels focused on resiliency and user experience.
Stars: ✭ 1,520 (+1257.14%)
Mutual labels:  hacktoberfest
Spotify Playlist Archive
Daily snapshots of public Spotify playlists
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Panoramagl
PanoramaGL Android
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+1465.18%)
Mutual labels:  hacktoberfest
Vscode abap remote fs
Remote filesystem for ABAP systems
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest

Issues Stars GitHub Forks project chat

Make-pull-request

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, 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 every possible language like JAVA, Python, JavaScript, Android, C++, HTML, CSS, etc.

You can look at the issues here and choose which one you would like to work on!

How to particpate in Hacktoberfest 2020

How to register, some important rules to follow, which repos to contribute and other details in a 13 mins quick video on our Youtube Channel.

If above link doesn't works watch here.

Hacktoberfest 2020 Special

  • We will be posting a problem daily at 11 AM related to all languages like HTML, Python, JavaScript, JAVA, C++, Android, etc till 30th Oct.

  • We will assign it to the person we find most fit among all the students who have requested.

  • Person have time till 8 PM to submit, if fails to do so we will assign to someone else.

  • Make sure you take from latest code and don't edit any other file. Save your file by name Date.(language extension) like 3rdOct.java, 3rdOct.py, 7thOct.js

If you wish to stay updated, join our Open Source Community Channel on Telegram here

Open sorce is changing the worl- one pull request at a time. Hactoberfest encourages participation in open source community, which grows bigger every year. Complete the 2020 challenge and earn a llimited edition T-shirt.

Programming Languages

This Repository cotains of following programming languages

  • HTML : 58.8%
  • Python : 12.0%
  • Java : 13.2%
  • C++ : 8.7%
  • JavaScript : 5.2%
  • CSS : 0.7%

Steps to setup this Repository Locally

  1. Fork this repository to your account.

PicsArt_10-04-08 04 45

  1. Go to Git Bash and Clone the forked repository using :

    a. Clone the repository

   git clone https://github.com/your_username/make-pull-request

PicsArt_10-04-07 46 13

  1. Go to make-pull-request folder on your PC through Git Bash and create new branch
   git checkout -b [your-branch-name]
  1. Open the folder in your favourite code editor and adding your changes or modifications.

Creating a PR

  1. After making changes or modification on to your code locally, you need to add these files to staging area.
  git add <file-name>
  1. Once files added, you need to commit the changes to with an appropriate commit message.
  git commit -m "<your-message>"
  1. After commiting the changes, you need to push the changes
   git push origin <branch-name>
  1. Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

  2. Click it and you'll be taken to this screen

  3. Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.

  4. That's it. You have opened a PR. Wait for it to get merged.

Thank You for your Amazing Contribution!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].