From 467d92a4b448b4cb28a18e0d468c48984869c0b7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 23 Jan 2024 17:41:35 +0400 Subject: github: Add a feature request link to start a discussion --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 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 00000000..a6047e6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Feature request + url: https://github.com/YaLTeR/niri/discussions/new?category=ideas + about: Ideas for new features and functionality (start a Discussion) -- cgit