mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Add config to direct folks to alternative issue sources (#1104)
This commit is contained in:
parent
ec70ce8c91
commit
9cccc585d4
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Feature Request
|
||||
name: 🚀 Feature Request / Idea
|
||||
description: Suggest a new idea for this project.
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement", "triage"]
|
||||
|
Loading…
Reference in New Issue
Block a user