Clean up PR prompt
This commit is contained in:
@@ -83328,7 +83328,7 @@ function query({
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/action",
|
name: "@pullfrog/action",
|
||||||
version: "0.0.153",
|
version: "0.0.154",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
@@ -92644,9 +92644,8 @@ ${disableProgressComment ? "" : `
|
|||||||
- Draft the comment text
|
- Draft the comment text
|
||||||
|
|
||||||
5. **SELF-CRITIQUE** - Before submitting, review your draft:
|
5. **SELF-CRITIQUE** - Before submitting, review your draft:
|
||||||
- Remove nitpicks unless the user explicitly told you to be nitpicky. Nitpicks may include: requesting documentation/docstrings/JSDoc, commenting on minor code/whitespace formatting, commenting on small changes unrelated to the main changes.
|
- DO NOT NITPICK. Do not comment on minor formatting changes, changes to playground/scratch files, lack of docs/docsstrings, or small changes that seem irrelevant. Assume these things are intentional by the PR author.
|
||||||
- Ensure each comment is actionable - would the author know exactly what to do?
|
- DO NOT LEAVE USELESS OR NON-ACTIONABLE COMMENTS. Compliments are not actionable.
|
||||||
- Would the codebase maintainer care about this feedback?
|
|
||||||
- If you have approach-level concerns, consider whether implementation-level comments are worth including
|
- If you have approach-level concerns, consider whether implementation-level comments are worth including
|
||||||
- For issues appearing in multiple places, keep only the FIRST occurrence and reference others (e.g., "also at lines X, Y")
|
- For issues appearing in multiple places, keep only the FIRST occurrence and reference others (e.g., "also at lines X, Y")
|
||||||
|
|
||||||
|
|||||||
@@ -116,9 +116,8 @@ ${
|
|||||||
- Draft the comment text
|
- Draft the comment text
|
||||||
|
|
||||||
5. **SELF-CRITIQUE** - Before submitting, review your draft:
|
5. **SELF-CRITIQUE** - Before submitting, review your draft:
|
||||||
- Remove nitpicks unless the user explicitly told you to be nitpicky. Nitpicks may include: requesting documentation/docstrings/JSDoc, commenting on minor code/whitespace formatting, commenting on small changes unrelated to the main changes.
|
- DO NOT NITPICK. Do not comment on minor formatting changes, changes to playground/scratch files, lack of docs/docsstrings, or small changes that seem irrelevant. Assume these things are intentional by the PR author.
|
||||||
- Ensure each comment is actionable - would the author know exactly what to do?
|
- DO NOT LEAVE USELESS OR NON-ACTIONABLE COMMENTS. Compliments are not actionable.
|
||||||
- Would the codebase maintainer care about this feedback?
|
|
||||||
- If you have approach-level concerns, consider whether implementation-level comments are worth including
|
- If you have approach-level concerns, consider whether implementation-level comments are worth including
|
||||||
- For issues appearing in multiple places, keep only the FIRST occurrence and reference others (e.g., "also at lines X, Y")
|
- For issues appearing in multiple places, keep only the FIRST occurrence and reference others (e.g., "also at lines X, Y")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user