Skip to content

Commit

Permalink
Merge pull request #31 from Alireza-Moh/features/issue_templates
Browse files Browse the repository at this point in the history
Features/issue templates
  • Loading branch information
Alireza-Moh authored Feb 13, 2025
2 parents 94a5635 + ecff30a commit a3d2a65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ body:
description: Describe the bug and the expected outcome.
validations:
required: true
- type: input
id: version
attributes:
label: Plugin version
description: Which plugin version are using?
placeholder: "1.2.1"
- type: dropdown
id: os
attributes:
Expand All @@ -25,9 +19,16 @@ body:
- Windows
- Linux
- Mac
default: 0
- type: input
id: version
attributes:
label: Plugin version
description: Which plugin version are using?
placeholder: "1.2.1"
- type: textarea
id: stacktrace
attributes:
label: Stacktrace
description: If possible, provide the Stacktrace
description: If possible, provide the stacktrace
render: shell
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ body:
id: description
attributes:
label: Description
placeholder: A description of the feature you are interested in.
description: A description of the feature you are interested in.
validations:
required: true

0 comments on commit a3d2a65

Please sign in to comment.