From c316675e89f5f0a3c16d291f127ef15cf21079d9 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:49:46 +0100 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '....'