mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
c058c62c77
commit
121d2cf506
36
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal 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
|
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
Loading…
Reference in New Issue
Block a user