Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ body:
attributes:
label: Reproduction
description: Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent.
placeholder: |
1. Step 1...
2. Step 2...
3. ...
validations:
required: true

Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/Feature Request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ body:
id: description
attributes:
label: Describe the problem you'd like to have solved
description: A clear and concise description of what the problem is. For example, I'm always frustrated when...
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when...
validations:
required: true

Expand Down