update bug template

This commit is contained in:
mein Name 2025-02-28 21:20:59 -05:00 committed by Henri Dickson
parent 928914fd1f
commit ef7b2d2ac4
2 changed files with 15 additions and 22 deletions

View file

@ -7,32 +7,22 @@ assignees: alphatownsman
--- ---
**Describe the bug** **Description**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior** **Expected Behavior**
A clear and concise description of what you expected to happen. What you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):** **Actual Behavior / Steps to Reproduce**
- OS: [e.g. iOS] What you expected happens instead.
- Browser [e.g. chrome, safari] If applicable, add an unambiguous set of steps to reproduce this bug.
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context** **Possible Fix**
Not obligatory, but suggest a fix or reason for the bug.
**Additional Context / Screenshots / Server Info / Browser or App**
Add any other context about the problem here. Add any other context about the problem here.

View file

@ -119,7 +119,10 @@ django-admin makemessages --no-wrap --no-obsolete -i .venv -i neodb-takahe --kee
django-admin compilemessages -i .venv -i neodb-takahe django-admin compilemessages -i .venv -i neodb-takahe
``` ```
Preview documentation:
```
python -m mkdocs serve
```
Development in Docker Compose Development in Docker Compose
----------------------------- -----------------------------