diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73aaceb..6abb091 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,18 @@ # How to contribute -- Create Issue for new features & bugs -- Check anyone is working the issue -- Create community tutorials \ No newline at end of file +## Issues + +### Create a new issue +If you spot a problem with the docs, search if an issue already exists. If a related issue doesn't exist, you can open a new issue using a relevant issue form. + +### Solve an issue +Scan through our existing issues to find one that interests you. You can narrow down the search using labels as filters. See Labels for more information. As a general rule, we don’t assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix. + +## Pull Request + +### For creating pull request + +Fork the github repository, and and create a branch. Update your branch. After that, create a pull request. + + +