From 450197ffbf49138c8be5ea9c29119c131ee36a13 Mon Sep 17 00:00:00 2001 From: Hassan DRAGA Date: Fri, 12 Jul 2024 15:33:57 -0400 Subject: [PATCH] Removing Issue Template * Templates stops some people from posting their questions. --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 36 ----------------------- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 23 --------------- 2 files changed, 59 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md deleted file mode 100644 index bdba85ae..00000000 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug Report 🐞 -about: Something isn't working as expected? Here is the right place to report. ---- - -## Description - - - -## Expected behavior - - - -## Reproducible code - -```c -// Backend code (Any language) -``` - -```js -// Frontend code (JavaScript / HTML) -``` - -## Logs - -```shell -# Terminal logs here (if any) -``` - -## Environment info - -**OS Version**: `OS here` - -**Compiler Version**: `Language Compiler/Interpreter Version here` - -**WebUI Version**: `WebUI Version here` diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md deleted file mode 100644 index 096b5dbb..00000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature Request 💡 -about: Suggest a new idea for the project. -labels: enhancement, feature-request ---- - -## Motivation - - - -## Description - - - -## Example code - -```c -// Backend code (Any language) -``` - -```js -// Frontend code (JavaScript / HTML) -```