-
Notifications
You must be signed in to change notification settings - Fork 46.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New GitHub issue form for React DevTools bug reports
Added a new bug report template built with GitHub issue forms: https://gh-community.github.io/issue-template-feedback/structured/ And updated DevTools bug report link to send information formatted for this new template.
- Loading branch information
Brian Vaughn
committed
May 7, 2021
1 parent
bd070eb
commit 65f0a84
Showing
8 changed files
with
107 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
name: "DevTools bug report" | ||
description: "Report a problem with React DevTools" | ||
title: "[DevTools Bug]: " | ||
labels: ["Component: Developer Tools", "Type: Bug", "Status: Unconfirmed"] | ||
body: | ||
- type: input | ||
attributes: | ||
label: Website or app | ||
description: | | ||
Which website or app were you using when the bug happened? | ||
placeholder: | | ||
e.g. website URL, public GitHub repo, or Code Sandbox app | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Repro steps | ||
description: | | ||
What were you doing on the website or app when the bug happened? Detailed information helps maintainers reproduce and fix bugs. | ||
Issues filed without repro steps may be closed. | ||
placeholder: | | ||
Example bug report: | ||
1. Log in with username/password | ||
2. Click "Messages" on the left menu | ||
3. Open any message in the list | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: How often does this bug happen? | ||
description: | | ||
Following the repro steps above, how easily are you able to reproduce this bug? | ||
options: | ||
- Every time | ||
- Often | ||
- Sometimes | ||
- Only once | ||
validations: | ||
required: true | ||
- type: input | ||
id: automated_package | ||
attributes: | ||
label: DevTools package (automated) | ||
description: | | ||
Please do not edit this field. | ||
- type: input | ||
id: automated_version | ||
attributes: | ||
label: DevTools version (automated) | ||
description: | | ||
Please do not edit this field. | ||
- type: input | ||
id: automated_error_message | ||
attributes: | ||
label: Error message (automated) | ||
description: | | ||
Please do not edit this field. | ||
- type: textarea | ||
id: automated_call_stack | ||
attributes: | ||
label: Error call stack (automated) | ||
description: | | ||
Please do not edit this field. | ||
render: text | ||
- type: textarea | ||
id: automated_component_stack | ||
attributes: | ||
label: Error component stack (automated) | ||
description: | | ||
Please do not edit this field. | ||
render: text | ||
- type: input | ||
id: automated_github_query_string | ||
attributes: | ||
label: GitHub query string (automated) | ||
description: | | ||
Please do not edit this field. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters