mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
* Add template for applying to add a new React framework * update * grammar * Add form templates * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Strek <ssharishkumar@gmail.com> * correct link --------- Co-authored-by: Ricky Hanlon <rickhanlonii@gmail.com> Co-authored-by: Ricky <rickhanlonii@fb.com> Co-authored-by: Strek <ssharishkumar@gmail.com>
35 lines
982 B
YAML
35 lines
982 B
YAML
name: "🐛 Report a bug"
|
|
description: "Report a problem on the website."
|
|
title: "[Bug]: "
|
|
labels: ["bug: unconfirmed"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Summary
|
|
description: |
|
|
A clear and concise summary of what the bug is.
|
|
placeholder: |
|
|
Example bug report:
|
|
When I click the "Submit" button on "Feedback", nothing happens.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Page
|
|
description: |
|
|
What page(s) did you encounter this bug on?
|
|
placeholder: |
|
|
https://react.dev/
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Details
|
|
description: |
|
|
Please provide any additional details about the bug.
|
|
placeholder: |
|
|
Example details:
|
|
The "Submit" button is unresponsive. I've tried refreshing the page and using a different browser, but the issue persists.
|
|
validations:
|
|
required: false
|