Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yog9 authored Apr 27, 2020
1 parent 6f3c20b commit f137e91
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributing

From opening a bug report to creating a pull request: every contribution is appreciated and welcome.

## Issues
### New Issue/Addition
If you come across a new Issue or looking for adding new Solutions, you need to create an issue, Provide description for it and once it's reviewed it will be assigned to you and then you can start working on it.

### Existing Issue
* To contribute to Existing issue you need to comment telling what is the issue you want to work at a time.
* You can work on multiple issues but make sure not to pick more than 2 issues at a time.
* Once reviewed it will be assigned to you then you can start working on it.

## Creating Pull Request
* Make a fork of this repository.
* Clone your forked repository to your local.
* Create a new Branch from master branch.
* Make changes/addition to it and commit to your new branch.
* Make sure to add proper commit message describing what all question solutions you added/fixed. for e.g
* if you solved an API issue:
`Add: Solved an API issue`
* Create a PR to this Repository from your forked repository providing description of what you did.
* Once Reviewed, It will be merged to the Repo.

0 comments on commit f137e91

Please sign in to comment.