From 61ccb55b20d60156e7d7666d2cae2af5cd2de31e Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 25 Apr 2022 11:36:40 -0400 Subject: [PATCH] .github: configure issue templates --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..1ddecb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Question 🙋 + url: https://github.com/FiloSottile/mkcert/discussions/new?category=q-a + about: Have a question about how to use mkcert? + - name: Feature request or suggestion + url: https://github.com/FiloSottile/mkcert/discussions/new?category=ideas + about: Wish mkcert had a feature it doesn't currently have?