diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index efabeb36..85ff487c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug report description: Create a report to help us improve -title: '[Bug]' +title: '[Bug] ' labels: - bug assignees: pengzhanbo @@ -58,7 +58,13 @@ body: description: A clear and concise description of what the bug is. validations: required: true - + - type: input + id: reproduction + attributes: + label: Minimal reproduction + description: |- + If you are not reporting something obvious, a minimal reproduction repo and related log is required. you can fork [stackblitz.com](https://stackblitz.com/edit/vuepress-theme-plume-playground) to create a minimal reproduction. + placeholder: reproduction repo url - type: textarea id: additional-context attributes: diff --git a/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml b/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml index 70edd1aa..75e3ec58 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml @@ -1,6 +1,6 @@ name: 问题报告 description: 创建一份问题报告以帮助我们改进 -title: '[Bug]' +title: '[Bug] ' labels: - bug assignees: pengzhanbo @@ -58,7 +58,13 @@ body: description: 一个清晰简洁的错误描述。 validations: required: true - + - type: input + id: reproduction + attributes: + label: 最小复现 + description: |- + 若非报告显而易见的问题,需提供最小化复现仓库及相关日志。你可通过 fork [stackblitz.com](https://stackblitz.com/edit/vuepress-theme-plume-playground) 来创建最小化复现环境。 + placeholder: 复现项目 url - type: textarea id: additional-context attributes: