mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Doc: Issue - Install bug report #528
This commit is contained in:
parent
952e0fa966
commit
7d68f232c6
1 changed files with 95 additions and 0 deletions
95
.github/ISSUE_TEMPLATE/install_bug_report.yml
vendored
Normal file
95
.github/ISSUE_TEMPLATE/install_bug_report.yml
vendored
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
name: Bug report - Install
|
||||
description: Create a report for install
|
||||
labels: ["Issue::Bug", "install"]
|
||||
|
||||
body:
|
||||
# == Bug Infos =================================================================
|
||||
- type: markdown
|
||||
id: bug-infos
|
||||
attributes:
|
||||
value: "## Bug Infos"
|
||||
- type: textarea
|
||||
id: describe-the-bug
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
placeholder: Tell us what you see!
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
placeholder: Tell us what you want!
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: If is helpful to attach screenshots or video similar to the desired features.
|
||||
placeholder: Drag or paste images or videos to upload
|
||||
validations:
|
||||
required: false
|
||||
|
||||
# == Environments ===============================================================
|
||||
- type: markdown
|
||||
id: environments
|
||||
attributes:
|
||||
value: "## Environments"
|
||||
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: OS
|
||||
options:
|
||||
- Linux
|
||||
- Mac OS
|
||||
- Windows 11
|
||||
- Windows 10
|
||||
- Windows 8
|
||||
- Windows 7
|
||||
- Others
|
||||
multiple: true
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: os-others
|
||||
attributes:
|
||||
label: OS - Others
|
||||
description: Enter only if you choose `Others` from the OS
|
||||
placeholder: e.g. FreeBSD
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: firefox-version
|
||||
attributes:
|
||||
label: Firefox Version
|
||||
description: Write from `about:support` - `version`
|
||||
placeholder: e.g. v101.1b3
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: distribution
|
||||
attributes:
|
||||
label: Distribution
|
||||
options:
|
||||
- label: "[Original Lepton](https://github.com/black7375/Firefox-UI-Fix)"
|
||||
- label: "[Lepton's photon style](https://github.com/black7375/Firefox-UI-Fix/tree/photon-style)"
|
||||
- label: "[Lepton's proton style](https://github.com/black7375/Firefox-UI-Fix/tree/proton-style)"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the problem here.
|
||||
placeholder: Anything to write down or refer to is fine
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue