diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..45ecb96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..1a5405b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Other +about: For all other input +title: "[OTH] Please enter title here..." +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1660464 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.