mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-21 08:36:22 +03:00
update bug report template (test)
This commit is contained in:
parent
2da22b7501
commit
0e6cc4b2ba
2 changed files with 44 additions and 36 deletions
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,36 +0,0 @@
|
||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: Bug
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
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**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
|
||||||
- OS: [e.g. Linux, Debian]
|
|
||||||
- Version [e.g. 10]
|
|
||||||
- Graphical shell [e.g. GNOME]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
|
||||||
- Device: [e.g. Galaxy Z Fold 2]
|
|
||||||
- OS: [e.g. Android 12]
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
44
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
44
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
---
|
||||||
|
name: "Bug report"
|
||||||
|
about: "Create a report to help us improve"
|
||||||
|
title: "Bug"
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
assignees:
|
||||||
|
- Redume
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
## If there is not enough information, the issue will probably be ignored
|
||||||
|
- type: input
|
||||||
|
id: os
|
||||||
|
attributes:
|
||||||
|
label: Name distribution/os
|
||||||
|
description: Write the name of the distribution/os
|
||||||
|
placeholder: Windows 11
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: graphical
|
||||||
|
attributes:
|
||||||
|
label: Name graphical shell
|
||||||
|
description: Write the name system graphical shell
|
||||||
|
placeholder: GNOME 42
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: browser
|
||||||
|
attributes:
|
||||||
|
label: What browsers are you seeing the problem on
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Firefox, Tor
|
||||||
|
- Chrome, Vivaldi, Brave
|
||||||
|
- Edge
|
||||||
|
- Chromium
|
||||||
|
- type: textarea
|
||||||
|
id: problem
|
||||||
|
attributes:
|
||||||
|
label: Detailed description of the problem
|
||||||
|
description: Describe the minimum actions to be taken
|
Loading…
Add table
Reference in a new issue