Skip to content

Commit

Permalink
change to input field instead of textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoy-at-pieces committed Oct 11, 2024
1 parent 5fb7a06 commit 8fb9fd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@ body:
validations:
required: true

- type: textarea
- type: input
id: command-name
attributes:
label: What is the command name?
description: Please write the command name which the bug occurs in. leave it black if it is a general bug


- type: textarea
- type: input
id: pieces-os-version
attributes:
label: "Your Pieces OS Version `Pieces: About`"
description: Add the version of Pieces OS installed in your system
validations:
required: true

- type: textarea
- type: input
id: plugin-version
attributes:
label: "Your Pieces for Sublime plugin version `Pieces: About`"
description: Add the version of your Pieces for Sublime plugin
validations:
required: true

- type: textarea
- type: input
id: sublime-version
attributes:
label: Your Sublime version
Expand Down

0 comments on commit 8fb9fd9

Please sign in to comment.