mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: bug report template
This commit is contained in:
45
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
45
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!--
|
||||
IMPORTANT: If your issue is related to Unraid Connect features (Flash Backup, connect.myunraid.net, mothership errors with connectivity, etc.) please submit a ticket here: [LINK TO FRESHDESK FORM FOR CONNECT] and choose Unraid Connect in the dropdown.
|
||||
-->
|
||||
|
||||
## Environment
|
||||
|
||||
**Unraid OS Version:**
|
||||
<!-- Please specify your Unraid version (e.g. 7.0.0) -->
|
||||
|
||||
**Are you using a reverse proxy?**
|
||||
<!-- Please answer Yes/No. If yes, have you tested the issue by accessing your server directly? -->
|
||||
<!-- Note: Reverse proxies are not officially supported by Unraid and can cause issues with various components of Unraid OS -->
|
||||
|
||||
## Pre-submission Checklist
|
||||
<!-- Please check all that apply by replacing [ ] with [x] -->
|
||||
|
||||
- [ ] I have verified that my Unraid OS is up to date
|
||||
- [ ] I have tested this issue by accessing my server directly (not through a reverse proxy)
|
||||
- [ ] This is not an Unraid Connect related issue (if it is, please submit via the support form instead)
|
||||
|
||||
## Issue Description
|
||||
<!-- Please provide a clear and concise description of the issue -->
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Expected Behavior
|
||||
<!-- What did you expect to happen? -->
|
||||
|
||||
## Actual Behavior
|
||||
<!-- What actually happened? -->
|
||||
|
||||
## Additional Context
|
||||
<!-- Add any other context, screenshots, or error messages about the problem here -->
|
||||
Reference in New Issue
Block a user