Skip to content

Commit

Permalink
Simpler Bug Report Template
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 21, 2024
1 parent e934fe6 commit d32f093
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 159 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
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`
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
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)
```
84 changes: 0 additions & 84 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

0 comments on commit d32f093

Please sign in to comment.