mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2026-06-04 03:50:14 -06:00
36f8a01999
Add weekly Dependabot updates for pip, Docker, and GitHub Actions. Add issue templates for bug reports, feature requests, documentation, and general feedback.
36 lines
535 B
Markdown
36 lines
535 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug in the system
|
|
title: "[Bug]: "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
### Description
|
|
|
|
A clear and concise description of the bug.
|
|
|
|
### Steps to Reproduce
|
|
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. See the error.
|
|
|
|
### Expected Behavior
|
|
|
|
Explain what you expected to happen.
|
|
|
|
### Screenshots
|
|
|
|
Add screenshots if applicable.
|
|
|
|
### Environment
|
|
|
|
- OS: [e.g., Windows, macOS, Linux]
|
|
- Browser: [e.g., Chrome, Firefox]
|
|
- Version: [e.g., 1.0.0]
|
|
|
|
### Additional Context
|
|
|
|
Add any other context about the problem here.
|