From ee72e5fae3a44481b953dd020c93a313bfa16827 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:14:34 +0200 Subject: [PATCH] doc(issue,bug): pacdef config file --- .github/ISSUE_TEMPLATE/1-bug.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index 391b359..70c5d5d 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -46,6 +46,15 @@ body: validations: required: true + - type: textarea + id: config + attributes: + label: Pacdef config + description: Paste the content of your pacdef config file, normally found under `~/.config/pacdef/pacdef.yaml`. + render: shell + validations: + required: true + - type: textarea id: os attributes: