An open API service indexing awesome lists of open source software.

https://github.com/chamodshehanka/demo

ABC Company
https://github.com/chamodshehanka/demo

demo git github pull-request

Last synced: about 1 month ago
JSON representation

ABC Company

Awesome Lists containing this project

README

          

# Demo - Introduction
This repository was created for the purpose of enabling the newcomers in the world of open source to create their first pull request. Go ahead; creating a pull request is quite easy!

## What is a Pull Request?
Pull requests let you tell others about changes you've pushed to a GitHub repository. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.

## Creating a Pull Request
- Fork the Repository
- Clone the repo to your computer
- Create a new branch
- Make desirable changes
- Stage changes for commiting
- Commit changes
- Push Changes to Github
- Go to the Forked Github Repository
- Switch to the new Branch
- Click on Compare Changes and create pull request
- Provide comments and create the pull request

## Contibutors
1. [Rohit Raj Anand](https://github.com/rht6226)