commit: c41771ddac534934ba9b8710da3c59df59abd7d4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 15:43:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 15:43:12 2023 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=c41771dd
issues templates: fix command for pkgcore version
Reported-by: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/ISSUE_TEMPLATE/bug-commits.yml | 2 +-
.github/ISSUE_TEMPLATE/bug.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-commits.yml
b/.github/ISSUE_TEMPLATE/bug-commits.yml
index 5f682399..338d0707 100644
--- a/.github/ISSUE_TEMPLATE/bug-commits.yml
+++ b/.github/ISSUE_TEMPLATE/bug-commits.yml
@@ -42,7 +42,7 @@ body:
- type: input
attributes:
label: pkgcore version
- placeholder: "Output of `pkgcore --version`"
+ placeholder: "Output of `pquery --version`"
validations:
required: true
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 33510eb7..961a829d 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -28,6 +28,6 @@ body:
- type: input
attributes:
label: pkgcore version
- placeholder: "Output of `pkgcore --version`"
+ placeholder: "Output of `pquery --version`"
validations:
required: true