mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-06 01:21:18 -04:00
Fix issue templates
This commit is contained in:
parent
b9f04bc4d9
commit
b73d6a78a9
3 changed files with 4 additions and 6 deletions
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: "\U1F41E Bug report"
|
name: "\U0001F41E Bug report"
|
||||||
description: Report broken functionality.
|
description: Report broken functionality.
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
issue_body: false
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Ask a question
|
- name: "\U0001F5E8 Ask a question"
|
||||||
url: https://github.com/Tyrrrz/DiscordChatExporter/discussions/new
|
url: https://github.com/Tyrrrz/DiscordChatExporter/discussions/new
|
||||||
about: Please ask and answer questions here.
|
about: Please ask and answer questions here.
|
5
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
5
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: "\U1F5E8 Feature request"
|
name: "\U00002728 Feature request"
|
||||||
description: Report broken functionality.
|
description: Request a new feature.
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
issue_body: false
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue