Skip to content

Commit aa7a18f

Browse files
authored
github: add ISSUE_TEMPLATE (#307)
1 parent 837ce2c commit aa7a18f

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: mudler
7+
8+
---
9+
10+
<!-- Thanks for helping us to improve LocalAI! We welcome all bug reports. Please fill out each area of the template so we can better help you. Comments like this will be hidden when you post but you can delete them if you wish. -->
11+
12+
**LocalAI version:**
13+
<!-- Container Image or LocalAI tag/commit -->
14+
15+
**Environment, CPU architecture, OS, and Version:**
16+
<!-- Provide the output from "uname -a", HW specs, if it's a VM -->
17+
18+
**Describe the bug**
19+
<!-- A clear and concise description of what the bug is. -->
20+
21+
**To Reproduce**
22+
<!-- Steps to reproduce the behavior, including the LocalAI command used, if any -->
23+
24+
**Expected behavior**
25+
<!-- A clear and concise description of what you expected to happen. -->
26+
27+
**Logs**
28+
<!-- If applicable, add logs while running LocalAI in debug mode (`--debug` or `DEBUG=true`) to help explain your problem. -->
29+
30+
**Additional context**
31+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Community Support
4+
url: https://github.com/go-skynet/LocalAI/discussions
5+
about: Please ask and answer questions here.
6+
- name: Discord
7+
url: https://discord.gg/uJAeKSAGDy
8+
about: Join our community on Discord!
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: mudler
7+
8+
---
9+
10+
<!-- Thanks for helping us to improve LocalAI! We welcome all feature requests. Please fill out each area of the template so we can better help you. Comments like this will be hidden when you post but you can delete them if you wish. -->
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
14+
15+
**Describe the solution you'd like**
16+
<!-- A clear and concise description of what you want to happen. -->
17+
18+
**Describe alternatives you've considered**
19+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20+
21+
**Additional context**
22+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)