Skip to content

Commit f486376

Browse files
authored
Merge pull request #593 from AkihiroSuda/dev
Fix .github/ISSUE_TEMPLATE
2 parents 1736412 + 95c527d commit f486376

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Bug report
2+
description: Report a potential bug
3+
body:
4+
- type: textarea
5+
attributes:
6+
label: Description
7+
description: Please make sure to include the version of Lima and the host OS

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ blank_issues_enabled: true
22
contact_links:
33
- name: Ask a question (GitHub Discussions)
44
url: https://github.com/lima-vm/lima/discussions
5+
about: We use GitHub Discussions for questions, GitHub issues for tracking bug reports and feature requests
56
- name: Chat with Lima users and developers
67
url: https://slack.rancher.io/
78
about: Rancher Users slack has `#lima` channel, colocated with `#rancher-desktop` channel (Lima is not a Rancher project)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Feature request
2+
description: Request a feature
3+
body:
4+
- type: textarea
5+
attributes:
6+
label: Description

0 commit comments

Comments
 (0)