Skip to content

Commit 3a6344f

Browse files
authored
docs: clarify that reproductions must be public and minimal (#1187)
* docs: clarify that reproductions must be public and minimal * docs: improve highlight
1 parent 3119a4b commit 3a6344f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
id: reproduction
1919
attributes:
2020
label: Reproduction URL
21-
description: A link to a repository or a fork of https://vite.new/svelte, that reproduces the issue. Reproductions must be [short, self-contained and correct](http://sscce.org/) and must not contain files or code that aren't relevant to the issue — please do NOT just paste a link to your project. Explaining how to reproduce is generally not enough. It pushes the burden of creating a reproduction project onto a small set of volunteer maintainers and isn't scalable. If no reproduction is provided, the issue will be closed.
21+
description: A link to a **public git repository** or a fork of https://vite.new/svelte, with a **minimal reproduction** of the issue. Reproductions must be [short, self-contained and correct](http://sscce.org/) and must not contain files or code that aren't relevant to the issue — please do NOT just paste a link to your project. Explaining how to reproduce is generally not enough. It pushes the burden of creating a reproduction project onto a small set of volunteer maintainers and isn't scalable. If no reproduction is provided, the issue will be closed.
2222
placeholder: https://github.com/your/reproduction
2323
validations:
2424
required: true

0 commit comments

Comments
 (0)