-
Notifications
You must be signed in to change notification settings - Fork 48.8k
Added new GitHub issue form for React DevTools bug reports #21450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.