diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 7060434..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Request a new feature -title: "[FEATURE] (describe the feature)" -labels: feature -assignees: '' - ---- - -**Describe the feature** -A short and fitting description of what you want to see in the project. - -If someone already reported a variation of this feature, comment on it. If the issue has been closed, do not resubmit the feature request. - -**Example usecase/scenario** -When would users want this feature? diff --git a/.github/ISSUE_TEMPLATE/issue_report.md b/.github/ISSUE_TEMPLATE/issue_report.md deleted file mode 100644 index 6d97978..0000000 --- a/.github/ISSUE_TEMPLATE/issue_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug / Compatibility report -about: Report a bug or compatibility issue -title: "[ISSUE] Explain your bug" -labels: bug -assignees: '' - ---- - -Before reporting, please read through this wiki page about known quirks and issues: -https://github.com/PancakeTAS/lsfg-vk/wiki/Quirks - -Also make sure to search through existing issues to see if your bug has already been reported and comment on it instead of creating a duplicate issue. - ---- - -**Describe the bug** -A clear and concise description of what's happening is and, if not immediately obvious, what's supposed to happen instead. - -**To Reproduce** -Steps to reproduce the behavior: -1. Open '...' -2. Do '...' -3. Notice '...' -4. (...) - -**Screenshots/Videos** -If applicable, add screenshots to help explain your problem. - -**System information** -What Linux distro are you on? What driver version are you using? What's in your machine? -Anything that could be relevant. - -**Verbose log messages** -Follow this wiki page to get log message. -https://github.com/PancakeTAS/lsfg-vk/wiki/How-to-ask-for-help