Removing Issue Template

* Templates stops some people from posting their questions.
This commit is contained in:
Hassan DRAGA 2024-07-12 15:33:57 -04:00
parent a89a10120a
commit 450197ffbf
2 changed files with 0 additions and 59 deletions

View File

@ -1,36 +0,0 @@
---
name: Bug Report 🐞
about: Something isn't working as expected? Here is the right place to report.
---
## Description
<!-- A clear description of the bug here -->
## Expected behavior
<!-- Expected behavior here -->
## 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`

View File

@ -1,23 +0,0 @@
---
name: Feature Request 💡
about: Suggest a new idea for the project.
labels: enhancement, feature-request
---
## Motivation
<!-- Why is it useful to have this feature? -->
## Description
<!-- Detailed description of the new feature. -->
## Example code
```c
// Backend code (Any language)
```
```js
// Frontend code (JavaScript / HTML)
```