mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-19 08:26:23 -07:00
Add issue template
This commit is contained in:
parent
1d479753c0
commit
b0360fca6c
1 changed files with 35 additions and 0 deletions
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve Gochan
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
assignees: Eggbertx
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Run command '...'
|
||||
2. Go to '...'
|
||||
3. Click on '....'
|
||||
4. Scroll down to '....'
|
||||
5. See error/unexpected behavior
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environment information:**
|
||||
- OS: [e.g. Ubuntu Linux 22.04, Windows Server 2022]
|
||||
- Environment: [e.g. Vagrant, Docker, running on host]
|
||||
- Browser and version (if applicable): [e.g. Firefox, Chrome, Firefox for Android]
|
||||
- Gochan version (if running from a release): [e.g. 4.2.0]
|
||||
- Latest commit checksum and branch (if you built the code yourself): [obtained from `git rev-parse --verify HEAD`]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
Loading…
Add table
Add a link
Reference in a new issue