From de609186fa6e5eace94b5c2044b0ad8ee8e6d80d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 27 Feb 2024 17:26:46 +0900 Subject: [PATCH] Create the issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 32 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature-suggestion.md | 17 +++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-suggestion.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..c3cdc8fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Please report a bug to improve SchildiChat Web/Desktop. +title: '' +labels: 'bug' +assignees: '' + +--- + +**Description**: + + +**Steps to reproduce the bug**: + +1. +2. +3. + +**Expected result**: + + +**Actual result**: + + +**Client**: +- SchildiChat version: [e.g. 1.11.36-sc.3] +- Olm version: [e.g. 3.2.14] +- OS: +- Browser: + +**Additional context**: + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..331cb579 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions & support + url: https://matrix.to/#/#web:schildi.chat + about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/feature-suggestion.md b/.github/ISSUE_TEMPLATE/feature-suggestion.md new file mode 100644 index 00000000..1b5bf9e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-suggestion.md @@ -0,0 +1,17 @@ +--- +name: Feature suggestion +about: Please submit your idea to improve SchildiChat Web/Desktop. +title: '' +labels: 'enhancement' +assignees: '' + +--- + +**Description**: + + +**Describe alternatives you've considered**: + + +**Additional context**: +