Skip to content

Commit ce8b8af

Browse files
committed
Fix bug report template to reference pf command and startup banner
1 parent 71d4c3b commit ce8b8af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
attributes:
4747
label: Command used
4848
description: The exact command you ran.
49-
placeholder: "./postforge.sh -d png myfile.ps"
49+
placeholder: "pf -d png myfile.ps"
5050
validations:
5151
required: false
5252

@@ -67,8 +67,8 @@ body:
6767
id: version
6868
attributes:
6969
label: PostForge version
70-
description: Run `./postforge.sh --version` or check the banner.
71-
placeholder: "0.9.0"
70+
description: Run `pf` and check the version in the startup banner.
71+
placeholder: "0.9.1"
7272
validations:
7373
required: false
7474

0 commit comments

Comments
 (0)