@@ -15,13 +15,13 @@ This is the most simple project when it comes to contributions, setup, opening i
15
15
- We use ESLint for code linting
16
16
- The linter follows [ Airbnb JavaScript Style Guide] ( https://github.com/airbnb/javascript )
17
17
- Go through the folder structure carefully and follow the same
18
- - Go through the format and file convenetions used while adding tests (both test case and test files)
18
+ - Go through the format and file conventions used while adding tests (both test case and test files)
19
19
20
20
## How to pick up an Issue
21
21
- Comment on the issue first so that we can assign you the issue.
22
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
23
24
- ## Submititng a Pull Request (PR)
24
+ ## Submittng a Pull Request (PR)
25
25
- Add yourself to the assignee section
26
26
- Add meaningful heading and description to your PR
27
27
- Also mention the issue number in the description using ** '#'** , e.g: ** #12 **
0 commit comments