diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 842b637..b225411 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: '' assignees: '' --- @@ -24,10 +24,9 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **General info (please complete the following information):** - - Installation method: [e.g. bare metal, Docker] - - Java version (if installation method is "bare metal"): [e.g. Java 18] - Browser (if bug is in the Web UI) [e.g. chrome, safari] - - Gameyfin version [e.g. v1.3.1] + - Gameyfin version [e.g. v2.0.0.beta3] **Additional context** Add any other context about the problem here. +Screenshots can also be attached here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..e1ae757 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,10 @@ --- name: Feature request -about: Suggest an idea for this project +about: Request a feature title: '' labels: '' assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. 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. +Please use the [discussions](https://github.com/gameyfin/gameyfin/discussions/categories/feature-requests) for feature requests!