Skip to content

Commit

Permalink
issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
oonqt committed Mar 28, 2020
1 parent e6c4f01 commit 0021f23
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Error**
Attach the most recent error log. This can be found by right clicking the tray application and clicking "Show Logs".
If you can't access that, you can visit the default log directories for each platform here:
- Windows: `C:\Users\YOUR_USERNAME\AppData\Roaming\EmbyCord\logs`
- Mac: `~/Library/Application Support/EmbyCord/logs`
- Linux: `~/.config/EmbyCord/logs`

**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Version [e.g. 1.0.1]

**Additional context**
Add any other context about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Describe the feature/change you'd like**
A clear and concise description of what you want to see.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 0021f23

Please sign in to comment.