Skip to content

Commit cf148f4

Browse files
committed
add further templates
1 parent eba5e8d commit cf148f4

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: TwitchIO Documentation
4+
url: https://twitchio.dev/en/latest/index.html
5+
about: Official TwitchIO documentation - please check here before opening an issue.
6+
- name: Discord
7+
url: https://discord.gg/RAKc3HF
8+
about: Join our Discord community to chat or receive help, or get in touch with the maintainers.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: "Feature Request"
2+
description: Create an issue for a new feature request
3+
title: "Enhancement: <title>"
4+
labels:
5+
- "Enhancement"
6+
body:
7+
- type: textarea
8+
id: summary
9+
attributes:
10+
label: "Summary"
11+
description: Provide a brief summary of your feature request
12+
placeholder: Describe in a few lines your feature request
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: basic_example
17+
attributes:
18+
label: "Basic Example"
19+
description: Indicate here some basic examples of your feature.
20+
placeholder: Provide some basic example of your feature request
21+
validations:
22+
required: false
23+
- type: textarea
24+
id: drawbacks
25+
attributes:
26+
label: "Drawbacks and Impact"
27+
description: What are the drawbacks or impacts of your feature request?
28+
placeholder: Describe any the drawbacks or impacts of your feature request
29+
validations:
30+
required: false
31+
- type: textarea
32+
id: unresolved_question
33+
attributes:
34+
label: "Unresolved questions"
35+
description: What, if any, unresolved questions do you have about your feature request?
36+
placeholder: Identify any unresolved issues.
37+
validations:
38+
required: false

0 commit comments

Comments
 (0)