Skip to content

Commit

Permalink
Update Bug Report Issue Template
Browse files Browse the repository at this point in the history
Fixed:
- Each version has own input field
- Markup for versions
- Text area - improved placeholder and values (subtitles commented out for final issue submission)
  • Loading branch information
ROSSROSALES committed Nov 30, 2022
1 parent 614f285 commit 1cd6940
Showing 1 changed file with 52 additions and 35 deletions.
87 changes: 52 additions & 35 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -2,63 +2,80 @@ name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: ""
assignees: []
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
- label: I have searched the existing issues and my issue is unique
required: true
- type: input
id: description
- label: My issue appears in the command-line and not only in the text editor
required: true
- type: textarea
id: Code
attributes:
label: Description Overview
description: A clear and concise description of what the bug is.
validations:
required: true
- type: input
id: example
attributes:
label: Example
description: An example is worth a thousand words.
placeholder: your code (as text format) and/or your images/videos here.
description: A clear and concise description of bug w/ examples
placeholder: |
Brief description here
Show example of your code (as text format), add images/videos/gifs to help explain example
and/or Link of repo to where issue is occurring
What is happening? / What is the error?
What command(s) did you run to reproduce issue?
value: |
<!--Brief description-->
<!--Show example of your code (as text format), add images/videos/gifs to help explain example-->
<!--and/or Link of repo to where issue is occurring-->
<!--What is happening? / What is the error?-->
<!--What command(s) did you run to reproduce issue?-->
validations:
required: true
- type: input
id: expected behavior
- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: |
Brief description here
Show example of code (as text format), add images/videos/gifs to help explain expected behavior
value: |
<!--Brief description-->
<!--Show example of code (as text format), add images/videos/gifs to help explain expected behavior-->
validations:
required: true
- type: textarea
id: reproduction steps
- type: input
id: eslint-plugin-react-version
attributes:
label: Reproduction Steps
description: Steps to reproduce the behavior:
placeholder: Tell us what you see!\n1. Go to '...'\n2. Click on '....'\n3. etc..\n4. See error
label: eslint plugin react version
placeholder: 7.31.11
validations:
required: true
- type: textarea
id: suggestion
- type: input
id: eslint-version
attributes:
label: Suggestion for Solution
description: List what you have tried so far to fix bug. This gives an opportunity for others to help find a solution. Especially first time contributers.
label: eslint version
placeholder: 8.28.0
validations:
required: true
- type: textarea
id: configurations
- type: input
id: node-version
attributes:
label: Configuration Settings
value: |
OS:
eslint-plugin-react version:
eslint version:
node version:
label: node version
placeholder: 8.19.2
validations:
required: true

0 comments on commit 1cd6940

Please sign in to comment.