chore: update bug report template (#7431)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
parent
1589eaabcd
commit
008af95a75
2 changed files with 8 additions and 1 deletions
7
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
7
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
|
@ -53,6 +53,13 @@ body:
|
||||||
description: A clear and concise description of what the bug is.
|
description: A clear and concise description of what the bug is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: input
|
||||||
id: bug-reproduction
|
id: bug-reproduction
|
||||||
attributes:
|
attributes:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -4,7 +4,7 @@ contact_links:
|
||||||
url: https://github.com/withastro/docs
|
url: https://github.com/withastro/docs
|
||||||
about: File an issue or make an improvement to the docs website.
|
about: File an issue or make an improvement to the docs website.
|
||||||
- name: 💡 Ideas for New Features, Improvements and RFCs
|
- 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
|
about: Propose and discuss future improvements to Astro
|
||||||
- name: 👾 Chat
|
- name: 👾 Chat
|
||||||
url: https://astro.build/chat
|
url: https://astro.build/chat
|
||||||
|
|
Loading…
Reference in a new issue