File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,20 @@ Goals
7373## Steps to follow
7474
75751 . 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
You can’t perform that action at this time.
0 commit comments