Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 committed Jun 4, 2024
2 parents 6bf81ca + b76113e commit 2a890b1
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a bug report
title: "[BUG] Enter your title here..."
labels: ''
assignees: ''

---

### Describe the bug

Enter a clear and concise description of what the bug is.

### How to reproduce the bug?

Enter the steps to reproduce the behavior

### What was the expected behavior

Enter a description of what you expected to happen.

### What is your system?

e.g. Win 11, build 26100.712, LG OLED C2

### Log file and screenshots

Please enable "debug level logging" in global options of the app to capture the issue, upload the log to pastebin or similar and add the link here along with the time the issue occured. Add screenshots to further help explain your problem, as applicable.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Other
about: For all other input
title: "[OTH] Please enter title here..."
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[REQ] Enter title of the feature request..."
labels: ''
assignees: ''

---

## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. E.g I'm always frustrated when [...]

## Describe the solution you'd like
A clear and concise description of what you want to happen.

## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

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

0 comments on commit 2a890b1

Please sign in to comment.