Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmo authored Apr 27, 2024
1 parent 36f6601 commit 72d3000
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
which template:

* [ ] MaterialDesignFrameworkModule — Material Design
* [ ] Bootstrap3FrameworkModule — Bootstrap 3
* [ ] Bootstrap4FrameworkModule — Bootstrap 4
* [ ] Bootstrap5FrameworkModule — Bootstrap 5
* [ ] DaisyUIFrameworkModule — DaisyUI
* [ ] NoFrameworkModule — plain HTML
* [ ] Other (please specify below)

A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. ...

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Log output covering before error and any error statements**

```logs
Insert log hereCopy
```

**Additional context**
Add any other context about the problem here.


<!--- For feature requests -->
**Detailed Description**
<!--- Provide a detailed description of the change or addition you are proposing -->

**Context**
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->

**Possible Implementation**
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

0 comments on commit 72d3000

Please sign in to comment.