From 04842601f8f7df31be3670767528dde1066c7664 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 16 Nov 2025 12:28:09 +0000 Subject: [PATCH 1/2] docs: add ISSUE_TEMPLATE/config.yml Signed-off-by: Paul Makles --- .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ 1 file changed, 10 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..ed83b6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +contact_links: + - name: Developer Stoat Server + url: https://stt.gg/API + about: Ask questions and discuss with others. + - name: Stoat Support + url: https://support.stoat.chat/ + about: See official resources for help with using Revolt or contacting the team. + - name: Discussions + url: https://github.com/orgs/stoatchat/discussions + about: For larger feature requests and general question & answer. From 322bd8a31e1c0909779784d170fdc002622fc09d Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 16 Nov 2025 12:30:28 +0000 Subject: [PATCH 2/2] docs: add bug.yml Signed-off-by: Paul Makles --- .github/ISSUE_TEMPLATE/bug.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..4af2438 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,16 @@ +name: Bug report +description: File a bug report +title: "issue: " +type: Bug +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: What did you expect to happen? + validations: + required: true