Skip to content

Commit 9cccc58

Browse files
authored
Add config to direct folks to alternative issue sources (#1104)
1 parent ec70ce8 commit 9cccc58

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug Report
1+
name: 🐞 Bug Report
22
description: Create a bug report to help us improve.
33
title: "[Bug]: "
44
labels: ["bug", "triage"]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Reporting a security vulnerability
4+
url: https://github.com/wavetermdev/waveterm/blob/main/SECURITY.md
5+
about: Please review our security policy for more details
6+
- name: General Question
7+
url: https://github.com/wavetermdev/waveterm/discussions
8+
about: Have a question on something? Start a new discussion thread.
9+
- name: Engage with us directly on Discord
10+
url: https://discord.gg/XfvZ334gwU
11+
about: Join our Discord server to get updates on new features, bug fixes, and more.
12+
- name: Review open issues
13+
url: https://github.com/wavetermdev/waveterm/issues
14+
about: Please check if your issue isn't already there.

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Feature Request
1+
name: 🚀 Feature Request / Idea
22
description: Suggest a new idea for this project.
33
title: "[Feature]: "
44
labels: ["enhancement", "triage"]

0 commit comments

Comments
 (0)