From 2adbf33fb60d0cfb2748049129e13d5a0bd74a7e Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 1 Apr 2025 08:55:04 +0300 Subject: Update issue template and contact links --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++++++++- .github/ISSUE_TEMPLATE/config.yml | 6 ++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 76185927..a76a67c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,9 +9,23 @@ assignees: '' + + + + ### System Information - + * niri version: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a6047e6a..d1ceced5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,3 +2,9 @@ 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) + - name: Ask a question + url: https://github.com/YaLTeR/niri/discussions/new?category=q-a + about: Question about niri (start a Discussion) + - name: Matrix room + url: https://matrix.to/#/#niri:matrix.org + about: Chat about niri with other users -- cgit