Skip to content

Commit

Permalink
chore: add "please simplify reproduction" comment (#52631)
Browse files Browse the repository at this point in the history
### What?

Adding a new label comment for "please simplify reproduction".

### Why?

During triaging, a lot of time is gone into trying to isolate the actual bug being reported. Reproductions sometimes contain unrelated code - that sometimes can be the actual cause of an issue, reported as a bug in Next.js, or require third-party services, secrets, setting up databases, and other tasks that take up much of the resources before the issue can even be verified.

### How?

Similar to the `please add a complete reproduction` and `please verify canary` labels, if a maintainer adds the `please simplify reproduction` label, an automatic comment will appear on the issue, asking for a minimal reproduction

[Slack thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1685527818400339)
  • Loading branch information
balazsorban44 committed Jul 14, 2023
1 parent a28ae63 commit 81dd7f8
Show file tree
Hide file tree
Showing 12 changed files with 121 additions and 9,242 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -23,6 +23,7 @@ packages/react-dev-overlay/lib/**
.github/actions/issue-validator/index.mjs
.github/actions/issue-labeler/lib/index.js
.github/actions/validate-docs-links/lib/index.js
.github/actions/issue-on-comment/index.js
packages/next-codemod/transforms/__testfixtures__/**/*
packages/next-codemod/transforms/__tests__/**/*
packages/next-codemod/**/*.js
Expand Down

0 comments on commit 81dd7f8

Please sign in to comment.