Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 2.35 KB

CONTRIBUTING.md

File metadata and controls

49 lines (23 loc) · 2.35 KB

Contributing Guidelines

Hey Contributor! Welcome to the world of open source contributions.

The following text will explain step by step the procedure to be followed while contributing to this repository.

Make sure to go through the Readme File to get a clear idea about how to contribute to open source GitHub repositories.

Steps to follow while contributing to this repository:

1. Raise an Issue

The first step is to create an issue which means letting us know about the contribution you're making to the repository.

How to create an issue? Follow these simple steps:

  (a) Open the repository open-source-contribution-for-beginners

  (b) Click on Issues option as shown below:

issues

  (c) Click on New Issue as shown:

image

  (d) Add a proper title and description about the issue, mention the owner of the repository (lovishprabhakar) to get the issue assigned to you and click on Submit new issue as shown:

image

  (e) The issue will be assigned to you and you can start working on it.

2. Making the changes.

  After creating the issue, your job is to make the changes that you want in your fork of the repository.

  To know how to make changes and push them to GitHub, checkout the Readme File.

3. Create a Pull Request

  Now that you have made the required changes to your fork of the repository, it's time to get them merged into the main repository!

  Wondering how to create a Pull Request? It's explained properly in the Readme File.

Congratulations! You just contributed to the reposritory! Make sure to star the repository because there is a lot to come in the future.