Skip to content

Commit

Permalink
Remove "sherlock" from bug report template
Browse files Browse the repository at this point in the history
The linked documentation doesn't exist anymore.
The associated website for the tool [1] shows some useful information,
but (IMHO) it's unclear to see how to apply it in a fresh repo.

Additionally, `arcanis` mentioned in a comment here [2] that perhaps it
should be removed since it's not often used and the playground is
broken.

Fixes #5837
Fixes #5950

[1] https://github.com/arcanis/sherlock
[2] #6139 (comment)
  • Loading branch information
mitchhentgesspotify committed May 23, 2024
1 parent bfa6489 commit 6f47b00
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ body:
label: To reproduce
description: |
The _minimal_ information needed to reproduce your issue (ideally a package.json with a single dep). Note that bugs without minimal reproductions **will** be closed as non-actionable.
**IMPORTANT**: We **strongly** prefer reproductions that use Sherlock. Please check our documentation for more information: https://yarnpkg.com/advanced/sherlock
placeholder: |
```js repro
// Sherlock reproduction. For instance:
await packageJsonAndInstall({
dependencies: {
[`packageName`]: `x.y.z`,
},
});
```
validations:
required: true

Expand Down

0 comments on commit 6f47b00

Please sign in to comment.