diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 79b54821..f3e9c50b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -30,9 +30,9 @@ body: - type: textarea id: reproduce attributes: - label: Reproduce the Bug + label: [Minimal Reproducible Example (MRE)](https://stackoverflow.com/help/minimal-reproducible-example) description: | - Please tell us the steps to reproduce the bug. A [Minimal Reproducible (MRE)](https://stackoverflow.com/help/minimal-reproducible-example) is needed. + Please tell us the steps to reproduce the bug. A [Minimal Reproducible Example (MRE)](https://stackoverflow.com/help/minimal-reproducible-example) is needed. placeholder: | 1. Go to '...' 2. Click on '....'