Skip to content

Commit

Permalink
Create CONTRIBUTOR.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobu95 committed Sep 26, 2021
1 parent d4ea5bc commit 7e81a7f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTOR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# How to Contribute

- Before starting, please checkout your new branch from the 'develop' branch and submit your PRs to
it as well.
- Check the issues tab and choose for yourself what issues you can solve.
- Apart from solving the issues, any PR which improves existing coding practices or use
implementation of new design patterns and principles are allowed and welcome.
- If you are solving an issue, checkout your branch from 'develop' and name it in the following convention:

```
issue_<number>_<developer_name> Example: issue_2_shobu95
```

0 comments on commit 7e81a7f

Please sign in to comment.