Skip to content

Commit 95c527d

Browse files
committed
Fix .github/ISSUE_TEMPLATE
https://github.com/lima-vm/lima/issues/new/choose was only showing the Slack link Fix PR 582 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 1736412 commit 95c527d

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)