mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
36 lines
609 B
Markdown
36 lines
609 B
Markdown
---
|
|
name: Dev Bug Report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: stat_backlog, type_bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
# Bug Description
|
|
A clear and concise description of what the bug is.
|
|
|
|
# How to Reproduce
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
## Minimal Code Example
|
|
|
|
```
|
|
// your code ...
|
|
```
|
|
|
|
# Expected Behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
# Screenshots
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
# Additional Information
|
|
Add any other context about the problem here.
|