From 5d84e27a1fc7b994b20a3a6d25b0fc4db48808af Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:13:59 +0200 Subject: [PATCH] fix: Fix issue --- .github/ISSUE_TEMPLATE/1_new_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_new_config.yaml b/.github/ISSUE_TEMPLATE/1_new_config.yaml index e46b1fb..1af1a95 100644 --- a/.github/ISSUE_TEMPLATE/1_new_config.yaml +++ b/.github/ISSUE_TEMPLATE/1_new_config.yaml @@ -47,6 +47,13 @@ body: description: Provide *at least* 3 examples of the config file. One simple example, one (theoretical) complex example, and one real-world example. If the examples contain real data, you may anonymize the values but try to keep the structure intact. placeholder: Your examples here + - type: textarea + id: locations + attributes: + label: File locations + description: What are the usual locations for the config file? If the program supports multiple config files, mention them as well. + placeholder: /etc/ssh/sshd_config + - type: textarea id: tutorial attributes: