Skip to content

Commit 123552b

Browse files
authored
fix: append additional guidance to the readme.md file (#56)
1 parent a78d2e1 commit 123552b

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,31 @@
1717
```
1818
1919
20-
### Bump dependabot pull request title
20+
### 🪄 Bump dependabot🤖 pull request title
2121
2222
##### AS-IS
23-
build(deps): bump semgrep from 1.9.0 to 1.10.0
23+
> build(deps): bump semgrep from 1.9.0 to 1.10.0
24+
2425
##### TO-BE
25-
build(deps): bump `semgrep` from `1.9.0` to `1.10.0`
26+
> build(deps): bump `semgrep` from `1.9.0` to `1.10.0`
2627

2728

28-
### Make conventional title on pull request and keyword highlights
29+
### 🗂 Make your pull-request to `conventional pull-request`
2930

3031
##### AS-IS
31-
(Feat)Extends Singularize And Pluralize Symbols On make_test.py
32+
> (Feat)Extends Singularize And Pluralize Symbols
33+
3234
##### TO-BE
33-
feat: extends `singularize` and `pluralize` symbols on `make_test.py`
35+
> feat: extends `singularize` and `pluralize` symbols
36+
37+
38+
### 🔦 Emphasize keywords
3439

40+
##### AS-IS
41+
> Feat: Add make_test.py and resource files like en_us.res to achieve 100% testing
42+
43+
##### TO-BE
44+
> feat: Add `make_test.py` and resource files like `en_us.res` to achieve `100%` testing
3545

3646
### Dependencies
3747
* https://github.com/returntocorp/semgrep

0 commit comments

Comments
 (0)