description:Create a report to help us improve RaspAP
title:"[Bug]: "
labels:["bug-report","triage"]
projects:["RaspAP-webgui"]
body:
- type:markdown
attributes:
value:|
Thanks for reporting a bug for RaspAP.
**Important:**If you are NOT using a clean installation of a compatible OS, start with a fresh SD card, install RaspAP and replicate your bug BEFORE reporting an issue.
All submitters MUST read the [issue policy and reporting guidelines](https://docs.raspap.com/issues/). Bug reports that do not follow the issue policy will be marked as `invalid` and closed. Likewise, bug reports missing required fields will be marked `incomplete` and closed (no hard feelings).
In this event, we ask you to re-submit a complete bug report.
Be sure there are no issues similar to yours that are already open. You can check this by searching the issues in this repository.
If there is a duplicate issue, please comment on the existing issue instead.
- type:checkboxes
id:terms
attributes:
label:Code of Conduct
description:By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/RaspAP/raspap-webgui/blob/master/CODE_OF_CONDUCT.md).
options:
- label:I agree to follow this project's Code of Conduct.
required:true
- type:checkboxes
id:policies
attributes:
label:Issue reporting checklist
options:
- label:I have read and understand the [issue reporting policy](https://docs.raspap.com/issues/).
required:true
- label:I observed this bug on a clean install of a [supported OS](https://docs.raspap.com/#compatible-operating-systems).
required:true
- label:I have followed the [project prerequisites](https://docs.raspap.com/#quick-start).
required:true
- label:I have searched this repository for existing issues.
required:true
- label:I checked the [FAQ](https://docs.raspap.com/faq/) and [official documentation](https://docs.raspap.com/).
- label:I have generated a [RaspAP debug log](https://docs.raspap.com/ap-basics/#debug-log) and performed a [self-diagnosis](https://docs.raspap.com/ap-basics/#diagnosing-problems).