mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Update issue templates
This commit is contained in:
parent
3a3f577a99
commit
af1fab30ed
1 changed files with 36 additions and 30 deletions
66
.github/ISSUE_TEMPLATE/bug_report.md
vendored
66
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -7,43 +7,49 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Before submitting an issue**
|
<!-- These comments will NOT appear in your issue, so it's OK to ignore them -->
|
||||||
|
<!--
|
||||||
|
Thanks for reporting a bug for RaspAP.
|
||||||
|
|
||||||
All submitters MUST read this first https://docs.raspap.com/issues/
|
Before creating a new bug report, all submitters MUST read the issue reporting guidelines:
|
||||||
|
https://docs.raspap.com/issues/
|
||||||
|
|
||||||
Have a question or want to suggest a feature? Start or join a discussion https://github.com/raspap/raspap-webgui/discussions
|
Refer to the frequently asked questions (FAQ) and official documentation here:
|
||||||
|
https://docs.raspap.com/faq/
|
||||||
|
|
||||||
* [ ] This is a bug report
|
Do you have a question or want to suggest a new feature? Start a Discussion here:
|
||||||
* [ ] I searched existing issues before opening this one
|
https://github.com/RaspAP/raspap-docker/discussions
|
||||||
* [ ] I checked the FAQ and Wiki before creating this issue
|
|
||||||
* [ ] I have read and understand the issue reporting guidelines
|
|
||||||
|
|
||||||
**Describe the bug**
|
Be sure that there are no issues similar to yours already open. You can check this by searching the issues this repository. If there is a duplicate issue, please close this one and add a comment to the existing issue instead.
|
||||||
A clear and concise description of what the bug is.
|
-->
|
||||||
|
<!-- Provide a general summary of the issue in the Title above -->
|
||||||
|
|
||||||
**Your environment**
|
## Checklist
|
||||||
* Raspberry Pi hardware (examples: Pi 3 Model B+, Pi Zero W)
|
<!-- IMPORTANT! Fill in the boxes that apply by marking them like so: [x] -->
|
||||||
* Raspbian version (examples: RPi OS Lite, Armbian)
|
- [ ] This is a bug report
|
||||||
* RaspAP version (reported by the Quick Installer)
|
- [ ] I have searched this repository for existing issues and pull requests
|
||||||
* Followed the project prerequisites? (Y/N)
|
- [ ] I checked the FAQ and official documentation before creating this issue
|
||||||
* Checked the project FAQ? (Y/N)
|
- [ ] I have read and understand the issue reporting guidelines
|
||||||
* RaspAP Quick Install or Manual setup?
|
|
||||||
* Using default configuration? (Y/N)
|
|
||||||
* Simultaneous AP and managed mode? (Y/N)
|
|
||||||
* Onboard wireless chipset or external adapter?
|
|
||||||
* Other software or services running with RaspAP?
|
|
||||||
|
|
||||||
**Steps to reproduce**
|
## Bug description
|
||||||
Tell us how to reproduce this issue. Provide as much detailed information as possible.
|
<!-- Provide a detailed description of the issue -->
|
||||||
|
|
||||||
**Expected behavior**
|
## Your environment
|
||||||
A clear and concise description of what you expected to happen.
|
1. Operating System: **ENTER HERE** <!-- RPi OS 32-bit Lite, Armbian, Debian, etc. -->
|
||||||
|
2. Hardware and version: <!-- RPi Zero/3B+/4, OrangePi 3, etc. -->
|
||||||
|
3. RaspAP version (reported by the Quick Installer or About page):
|
||||||
|
4. Followed the project prerequisites? <!-- Yes/No -->
|
||||||
|
5. RaspAP Quick Install or Manual setup? <!-- Quick Install/Manual -->
|
||||||
|
6. Using default configuration? <!-- Yes/No -->
|
||||||
|
7. Simultaneous AP and managed mode? <!-- Yes/No -->
|
||||||
|
8. Onboard wireless chipset or external adapter? <!-- Onboard/External -->
|
||||||
|
9. Other software or services running with RaspAP?
|
||||||
|
|
||||||
**Actual behavior**
|
## Steps to Reproduce
|
||||||
Tell us what you observed instead.
|
<!-- Tell us how to reproduce this issue. Provide as much detailed information as possible -->
|
||||||
|
|
||||||
**Screenshots**
|
## Screenshots
|
||||||
If applicable, add screenshots to help explain your problem.
|
<!-- If applicable, add screenshots to help explain your problem -->
|
||||||
|
|
||||||
**Additional context**
|
## Additional context
|
||||||
Add any other context about the problem here.
|
<!-- Add any other context about the problem here -->
|
||||||
|
|
Loading…
Reference in a new issue