prsmith 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](https://github.com/TarunyaProgrammer/PRSmith_NPMPackage/actions)
|
|
6
6
|
|
|
7
|
-
Forge professional pull request review comments directly from the terminal.
|
|
7
|
+
Forge professional pull request review comments directly from the terminal.
|
|
8
8
|
|
|
9
9
|
PRSmith streamlines the process of writing code reviews by providing an interactive prompt that generates consistently formatted, polite, and actionable Markdown comments.
|
|
10
10
|
|
|
@@ -46,6 +46,7 @@ prsmith
|
|
|
46
46
|
## Example Interaction
|
|
47
47
|
|
|
48
48
|
**Input:**
|
|
49
|
+
|
|
49
50
|
- Severity: `Critical`
|
|
50
51
|
- Title: `Scope Issue`
|
|
51
52
|
- Issue: `Utility functions are nested incorrectly.`
|
|
@@ -53,7 +54,6 @@ prsmith
|
|
|
53
54
|
|
|
54
55
|
**Output:**
|
|
55
56
|
|
|
56
|
-
```md
|
|
57
57
|
### Critical: Scope Issue
|
|
58
58
|
|
|
59
59
|
The current implementation introduces a critical issue.
|
|
@@ -65,7 +65,6 @@ Utility functions are nested incorrectly.
|
|
|
65
65
|
**Suggested Fix**
|
|
66
66
|
|
|
67
67
|
Move them to module scope.
|
|
68
|
-
```
|
|
69
68
|
|
|
70
69
|
## Development & Contribution
|
|
71
70
|
|