Skip to content

Commit 562717d

Browse files
authored
Update CONTRIBUTING.md
1 parent 504d873 commit 562717d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ This is the most simple project when it comes to contributions, setup, opening i
1717
- Go through the folder structure carefully and follow the same
1818
- Go through the format and file convenetions used while adding tests (both test case and test files)
1919

20+
## How to pick up an Issue
21+
- Comment on the issue first so that we can assign you the issue.
22+
- If you raise a Pull Request for an issue and the Issue was not assigned to you, your PR will be marked as **Invalid**
23+
24+
## Submititng a Pull Request (PR)
25+
- Add yourself to the assignee section
26+
- Add meaningful heading and description to your PR
27+
- Also mention the issue number in the description using **'#'**, e.g: **#12**
28+
- Not following the above will mark your PR invalid
29+
2030
## Adding your code
2131

2232
- When adding a new problem with a solution

0 commit comments

Comments
 (0)