[gentoo-commits] proj/pkgcore/pkgcheck:master commit in: .github/ISSUE_TEMPLATE/

2023-06-29 Thread Arthur Zamarin
commit: c41771ddac534934ba9b8710da3c59df59abd7d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 29 15:43:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 29 15:43:12 2023 +
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)  gentoo.org>
Signed-off-by: Arthur Zamarin  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



[gentoo-commits] proj/pkgcore/pkgcheck:master commit in: .github/ISSUE_TEMPLATE/

2023-06-26 Thread Arthur Zamarin
commit: 267743a5187746e09c29d2aa818d58b1fe64b3b1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 26 19:06:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 26 19:06:27 2023 +
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=267743a5

github: add issue templates

Signed-off-by: Arthur Zamarin  gentoo.org>

 .github/ISSUE_TEMPLATE/blank-issue.md |  4 +++
 .github/ISSUE_TEMPLATE/bug-commits.yml| 53 +++
 .github/ISSUE_TEMPLATE/bug.yml| 33 +++
 .github/ISSUE_TEMPLATE/config.yml |  1 +
 .github/ISSUE_TEMPLATE/feature-request.md |  5 +++
 .github/ISSUE_TEMPLATE/new-check.yml  | 43 +
 6 files changed, 139 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md 
b/.github/ISSUE_TEMPLATE/blank-issue.md
new file mode 100644
index ..38ba9463
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank-issue.md
@@ -0,0 +1,4 @@
+---
+name: Blank Issue
+about: Create an issue with a blank template.
+---

diff --git a/.github/ISSUE_TEMPLATE/bug-commits.yml 
b/.github/ISSUE_TEMPLATE/bug-commits.yml
new file mode 100644
index ..5f682399
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-commits.yml
@@ -0,0 +1,53 @@
+name: Bug in pkgcheck commits
+description: Bug during pkgcheck scan --commits or pkgdev push.
+title: '[Commits Bug]: '
+labels: ["bug"]
+
+body:
+  - type: checkboxes
+attributes:
+  label: Is there an existing issue for this?
+  description: Please search to see if an issue already exists for the bug 
you encountered.
+  options:
+  - label: I have searched the existing issues
+required: true
+  - type: textarea
+attributes:
+  label: Current Behavior
+  description: A concise description of what you're experiencing.
+  - type: textarea
+attributes:
+  label: Expected Behavior
+  description: A concise description of what you expected to happen.
+  - type: input
+attributes:
+  label: master commit id
+  description: pkgcheck is using this commit as base of the commit range.
+  placeholder: "Output of `git rev-parse origin/master`"
+validations:
+  required: true
+  - type: textarea
+attributes:
+  label: HEAD link
+  description: Link to branch containing exact state of master (HEAD) 
during scan
+  placeholder: link
+validations:
+  required: true
+  - type: input
+attributes:
+  label: pkgcheck version
+  placeholder: "Output of `pkgcheck --version`"
+validations:
+  required: true
+  - type: input
+attributes:
+  label: pkgcore version
+  placeholder: "Output of `pkgcore --version`"
+validations:
+  required: true
+  - type: textarea
+attributes:
+  label: git remotes configuration
+  placeholder: "Output of `git remote -v`"
+validations:
+  required: true

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
new file mode 100644
index ..33510eb7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,33 @@
+name: Bug in pkgcheck
+description: Bug in pkgcheck, not commits scan
+title: '[Bug]: '
+labels: ["bug"]
+
+body:
+  - type: checkboxes
+attributes:
+  label: Is there an existing issue for this?
+  description: Please search to see if an issue already exists for the bug 
you encountered.
+  options:
+  - label: I have searched the existing issues
+required: true
+  - type: textarea
+attributes:
+  label: Current Behavior
+  description: A concise description of what you're experiencing.
+  - type: textarea
+attributes:
+  label: Expected Behavior
+  description: A concise description of what you expected to happen.
+  - type: input
+attributes:
+  label: pkgcheck version
+  placeholder: "Output of `pkgcheck --version`"
+validations:
+  required: true
+  - type: input
+attributes:
+  label: pkgcore version
+  placeholder: "Output of `pkgcore --version`"
+validations:
+  required: true

diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index ..0086358d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: true

diff --git a/.github/ISSUE_TEMPLATE/feature-request.md 
b/.github/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index ..c285bebf
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,5 @@
+---
+name: Feature Request
+about: Request a feature for pkgcheck
+labels: enhancement
+---

diff --git a/.github/ISSUE_TEMPLATE/new-check.yml 
b/.github/ISSUE_TEMPLATE/new-check.yml
new file mode 100644
index ..847a382f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/new-check.yml
@@ -0,0 +1,43 @@
+name: New check request
+description: Suggest a new check for pkgcheck.
+title: '[New Check]: '
+labels: