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) -```