Files
Roger 4c3dd9704f chore: add Go version lint check, modernize issue templates (#557)
- Add go.mod version check in lint workflow (fails if go directive != 1.20)
- Add golang.org/x/sys to dependabot ignore list (newer versions require Go 1.21+)
- Fix golang.org/x/text ignore comment
- Migrate issue templates from markdown to YAML forms:
- Update PR template (dev → main, add go.mod checklist item)
- Update .gitignore for YAML issue templates
2026-04-06 00:33:25 +08:00

97 lines
2.1 KiB
YAML

name: Bug Report
description: Report a bug to help us improve
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the information below.
- type: dropdown
id: os
attributes:
label: Operating System
options:
- Windows
- macOS
- Linux
validations:
required: true
- type: input
id: os-version
attributes:
label: OS Version
placeholder: "e.g. Windows 10 22H2, macOS 14.5, Ubuntu 24.04"
validations:
required: true
- type: dropdown
id: browser
attributes:
label: Browser
options:
- Chrome
- Chrome Beta
- Chromium
- Edge
- Brave
- Opera
- OperaGX
- Vivaldi
- Yandex
- CocCoc
- Arc
- QQ
- 360 ChromeX
- 360 Chrome
- DC Browser
- Sogou Explorer
- Firefox
- Other
validations:
required: false
- type: input
id: browser-version
attributes:
label: Browser Version
placeholder: "e.g. Chrome 135.0.7049.96, Firefox 144.0"
validations:
required: false
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: log-output
attributes:
label: Log Output
description: Run `hack-browser-data -v` and paste the output here.
render: shell
validations:
required: false
- type: textarea
id: expected
attributes:
label: Expected vs Actual Behavior
description: What you expected to happen and what actually happened.
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I have checked the [existing issues](https://github.com/moonD4rk/HackBrowserData/issues) for similar reports.
required: true
- label: I ran `hack-browser-data` with administrator/root privileges.
required: false