doc: add issue templates (#278)

* doc: add issue templates

* use form for bug report template

* add missing field

* separate description and system info fields
This commit is contained in:
Ilya Zlobintsev 2024-03-02 11:12:30 +02:00 committed by GitHub
parent c058c62c77
commit 121d2cf506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 44 additions and 0 deletions

36
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,36 @@
name: Bug report
description: Something is not working correctly
body:
- type: checkboxes
id: acknowledgments
attributes:
label: Checklist
description:
options:
- label: The problem is not listed in the [hardware support matrix](https://github.com/ilya-zlobintsev/LACT?tab=readme-ov-file#hardware-support) as a known limitation
required: true
- label: I've included a [debug snapshot](https://github.com/ilya-zlobintsev/LACT?tab=readme-ov-file#reporting-issues) if the issue is related to hardware configuration
required: true
- type: textarea
id: description
validations:
required: true
attributes:
label: Bug description
description: Describe what the problem is
- type: textarea
id: system-info
validations:
required: true
attributes:
label: System info
description: Information about your system
value: |
- LACT version:
- GPU model:
- Kernel version:
- Distribution:
render: markdown

View File

@ -0,0 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---