Skip to content

Commit

Permalink
Update placeholders in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Apr 13, 2023
1 parent 28924c2 commit 8934ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ body:
attributes:
label: Plugin version
description: What version of the plugin are you running?
placeholder: v2.2.5
placeholder: e.g. v2.2.5
validations:
required: true
- type: input
id: python-version
attributes:
label: Python version
description: What version of Python are you running the plugin on?
placeholder: "3.9"
placeholder: "e.g. 3.9"
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body:
attributes:
label: Plugin version
description: What version of the plugin are you running?
placeholder: v2.2.5
placeholder: e.g. v2.2.5
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 8934ae6

Please sign in to comment.