Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the issue templates #236

Open
wants to merge 1 commit into
base: sc
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Please report a bug to improve SchildiChat Web/Desktop.
title: ''
labels: 'bug'
assignees: ''

---

**Description**:
<!-- Please write a clear and concise description of the issue you experience. -->

**Steps to reproduce the bug**:

1.
2.
3.

**Expected result**:
<!-- Please write a clear and concise description of what you expected to happen. -->

**Actual result**:
<!-- Please write a clear and concise description of what actually happened instead. -->

**Client**:
- SchildiChat version: [e.g. 1.11.36-sc.3]
- Olm version: [e.g. 3.2.14]
- OS:
- Browser:

**Additional context**:
<!-- Please provide context about the problem here, if any. -->
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature suggestion
about: Please submit your idea to improve SchildiChat Web/Desktop.
title: ''
labels: 'enhancement'
assignees: ''

---

**Description**:
<!-- Please write a clear and concise description of your suggestion. -->

**Describe alternatives you've considered**:
<!-- Please describe alternative ways to achieve what you wanted to do, if any. -->

**Additional context**:
<!-- Please provide context about the problem here, if any. -->