From 008af95a751add5b129f7f2216e52c1069c9cf05 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 20 Jun 2023 17:29:41 +0100 Subject: [PATCH] chore: update bug report template (#7431) Co-authored-by: Bjorn Lu --- .github/ISSUE_TEMPLATE/---01-bug-report.yml | 7 +++++++ .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 32e636cce..a9786522b 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -53,6 +53,13 @@ body: description: A clear and concise description of what the bug is. validations: required: true + - type: textarea + id: bug-expectation + attributes: + label: What's the expected result? + description: Describe what you expect to happen. + validations: + required: true - type: input id: bug-reproduction attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e896bd2f2..7774667cf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://github.com/withastro/docs about: File an issue or make an improvement to the docs website. - name: 💡 Ideas for New Features, Improvements and RFCs - url: https://github.com/withastro/rfcs/discussions + url: https://github.com/withastro/roadmap/discussions about: Propose and discuss future improvements to Astro - name: 👾 Chat url: https://astro.build/chat