forked from hamzahamidi/ajsf
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |