Skip to content

Commit

Permalink
Issue templates: include workaround details in bug report template (#…
Browse files Browse the repository at this point in the history
…7997)

This updates the template to match the changes in Calypso:
 Automattic/wp-calypso#91835
  • Loading branch information
jeherve authored Aug 6, 2024
1 parent 3d792ad commit 0902086
Showing 1 changed file with 42 additions and 4 deletions.
46 changes: 42 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,48 @@ body:
- Yes, difficult to implement
- Yes, easy to implement
- There is no user impact
validations:
required: true

- type: markdown
attributes:
value: |
<br>
- type: textarea
id: workaround-detail
attributes:
label: If the above answer is "Yes...", outline the workaround.
placeholder: |
Provide details of the specific steps to take that resolve the issue, e.g.:
- Open "Setting X".
- Toggle "Option Y".
- Click "Button Z".
- type: markdown
attributes:
value: |
<br>
## Optional Information
The following section is optional.
- type: dropdown
id: site-type
attributes:
label: Platform (Simple and/or Atomic)
description: (You may select more than one)
options:
- Simple
- Atomic
- Self-hosted
multiple: true
- type: textarea
id: workarounds-detail
id: logs
attributes:
label: Workaround details
description: If you are aware of a workaround, please describe it below.
label: Logs or notes
placeholder: |
e.g. There is an alternative way to access this setting in the sidebar, but it's not readily apparent.
Add any information that may be relevant, such as:
- Browser/Platform
- Theme
- Logs/Errors

0 comments on commit 0902086

Please sign in to comment.