chore: add link to discord in issue templates
This commit is contained in:
parent
6bda0a3cf9
commit
ce7c6b7c4c
3 changed files with 7 additions and 2 deletions
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: File a bug report
|
||||
labels: ["bug"]
|
||||
body:
|
||||
|
|
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"
|
||||
description: File a feature request
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 🙋🏾🙋🏼Question
|
||||
url: https://discord.gg/xkVJ73E
|
||||
about: Submit your question on our discord.
|
Loading…
Reference in a new issue