Skip to content

Commit 9ccd2a4

Browse files
authored
Update README.md
1 parent a055d09 commit 9ccd2a4

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,20 @@ Goals
7373
## Steps to follow
7474

7575
1. Fork the repo
76-
2. create branch with the name of issue you want to fix. for e.g ```fixes whitespace issue while cleaning sourcecode```
77-
3. Run necessary tests using ```npm run test```. Add more test cases if you need to.
78-
4. Make sure your code is not breaking anything.
79-
5. Comment each line of your code. Write down why you are doing it instead of how you are doing it. Tell a story!
80-
6. Once you are ready, create a PR on current dev branch. DO NOT CREATE PR'S DIRECTLY ON MASTER BRANCH.
81-
7. Your code will be reviewed and if good, PR will be merged.
82-
8. Happy Contributing ⚙️
76+
2. Create a issue. Add relevant label - mention following things
77+
78+
a) What is the issue
79+
b) What problems is it causing
80+
c) how to recreate the issue
81+
d) which part of code is causing the issue
82+
83+
4. Create branch with the name of issue you want to fix. for e.g ```fixes whitespace issue while cleaning sourcecode```
84+
5. Run necessary tests using ```npm run test```. Add more test cases if you need to.
85+
6. Make sure your code is not breaking anything.
86+
7. Comment each line of your code. Write down why you are doing it instead of how you are doing it. Tell a story!
87+
8. Once you are ready, create a PR on current dev branch. DO NOT CREATE PR'S DIRECTLY ON MASTER BRANCH.
88+
9. Your code will be reviewed and if all good, PR will be merged.
89+
10. Happy Contributing ⚙️
8390

8491

8592
## Future plans

0 commit comments

Comments
 (0)