Skip to content

Commit

Permalink
Merge pull request #13 from priyanshnama/contributing.md
Browse files Browse the repository at this point in the history
CONTRIBUTING.md added
  • Loading branch information
garg3133 authored Oct 8, 2020
2 parents 9f7e986 + 4d230c8 commit a5e9d5d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contributing

## Getting Started

1. Feel free to open an issue if you wish to propose something new.
2. Fork the repository on GitHub.
3. Clone the fork

## Making Changes

* Create a branch : `git checkout -b branch-name`. Please avoid working directly on the `master` branch.
* Make commits of logical units.
* Make changes in `repositories.json` file only.
* Put this `json object` anywhere in between the other repositories listed in the file **but please do not add it at the start or end of the list.**


```json
{
"name": "repo-name",
"link": "repo-link",
"labels": ["issue-label1", "issue-label2"]
},
```
* Make sure your commit messages are in the proper format.

## Submitting Changes

* Push your changes to the branch in your fork of the repository.
* Submit a pull request to the repository.
* The contributors look at Pull Requests and review them on a regular basis.
* Upon merging of your pull request, `Readme.md` will be automatically updated listing the beginners-friendly repository added by you.

0 comments on commit a5e9d5d

Please sign in to comment.