Skip to content

Commit

Permalink
feat: issue bug template steps to reproduce (EddieHubCommunity#9789)
Browse files Browse the repository at this point in the history
* feat: Add required 'Steps to Reproduce' in bug template

* Remove unnecessary comment and improve description

Removed unnecessary code comments in the issue template per feedback. Also improved the description in the Steps to Reproduce section for more clarity.

* Update .github/ISSUE_TEMPLATE/bug.yml

---------

Co-authored-by: Eddie Jaoude <[email protected]>
  • Loading branch information
Kamaruddheen and eddiejaoude authored Nov 17, 2023
1 parent f072536 commit 5ac57ba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@ body:
description: A clear description of the bug you have found. Please include relevant information and resources (for example the steps to reproduce the bug)
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: To help us recreate the bug, provide a numbered list of the exact steps taken to trigger the buggy behavior.
value: |
If you know the steps, follow the below format and provide steps to reproduce
For example:
1. Go to <replace your> page.
1. On top right side, close to the <Account> menu
1. Some menu are not working properly.
1. Continue...
If you don't know exact steps, include any relevant details like:
- What page you were on...
- What you were trying to do...
- What went wrong...
validations:
required: true
- type: textarea
id: screenshots
attributes:
Expand Down

0 comments on commit 5ac57ba

Please sign in to comment.