Skip to content

Commit

Permalink
Misc fixes to "Bug report" issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-gp committed Jan 25, 2023
1 parent 9acac64 commit f41e5fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
attributes:
label: description
description: |
Please explain the bug. Include a screenshot if possible, a picture is worth a thousand words. :wink:
Please explain the bug. Include a screenshot if possible, a picture is worth a thousand words.
Otherwise, or additionally, post the string that should have a different color (PATTERN in the issue title).
Expand All @@ -28,14 +28,14 @@ body:
value: ":speech_balloon: The following fields are required to add the help message to the test corpus."
- type: textarea
attributes:
label: "<command> --help"
label: "`<command> --help`"
description: "Please paste the full help message where the bug appears."
render: Text # aka: plain text
validations:
required: true
- type: input
attributes:
label: "<command> --version"
label: "`<command> --version`"
description: "What version of the command are you running?"
placeholder: "3.1.3"
validations:
Expand All @@ -45,7 +45,7 @@ body:
value: ":speech_balloon: The following info can help us diagnose the bug."
- type: input
attributes:
label: bat --version
label: "`bat --version`"
description: "What version of `bat` are you running?"
placeholder: bat 0.22.1
validations:
Expand Down

0 comments on commit f41e5fc

Please sign in to comment.