Add config to direct folks to alternative issue sources (#1104)

This commit is contained in:
Evan Simkowitz 2024-10-22 18:52:34 -07:00 committed by GitHub
parent ec70ce8c91
commit 9cccc585d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Bug Report
name: 🐞 Bug Report
description: Create a bug report to help us improve.
title: "[Bug]: "
labels: ["bug", "triage"]

14
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,14 @@
blank_issues_enabled: true
contact_links:
- name: Reporting a security vulnerability
url: https://github.com/wavetermdev/waveterm/blob/main/SECURITY.md
about: Please review our security policy for more details
- name: General Question
url: https://github.com/wavetermdev/waveterm/discussions
about: Have a question on something? Start a new discussion thread.
- name: Engage with us directly on Discord
url: https://discord.gg/XfvZ334gwU
about: Join our Discord server to get updates on new features, bug fixes, and more.
- name: Review open issues
url: https://github.com/wavetermdev/waveterm/issues
about: Please check if your issue isn't already there.

View File

@ -1,4 +1,4 @@
name: Feature Request
name: 🚀 Feature Request / Idea
description: Suggest a new idea for this project.
title: "[Feature]: "
labels: ["enhancement", "triage"]