File tree 5 files changed +87
-4
lines changed
5 files changed +87
-4
lines changed Original file line number Diff line number Diff line change
1
+ title : ' [General]: '
2
+ labels : ['discussion']
3
+ body :
4
+ - type : textarea
5
+ attributes :
6
+ label : Summary
7
+ description : What do you want to start a conversation about?
8
+ validations :
9
+ required : true
10
+
11
+ - type : checkboxes
12
+ id : relations
13
+ attributes :
14
+ label : If applicable, which variants of Embla Carousel are relevant to this conversation?
15
+ description : Check all that apply.
16
+ options :
17
+ - label : embla-carousel **(Core)**
18
+ - label : embla-carousel-react
19
+ - label : embla-carousel-vue
20
+ - label : embla-carousel-svelte
21
+ - label : embla-carousel-autoplay
22
+ - label : embla-carousel-solid
23
+ - label : embla-carousel-auto-height
24
+ - label : embla-carousel-class-names
25
+ - label : embla-carousel-docs **(Documentation)**
26
+ - label : embla-carousel-docs **(Generator)**
27
+
28
+ - type : textarea
29
+ attributes :
30
+ label : Additional information
31
+ description : Any code snippets, error messages, or dependency details that may be related?
32
+ render : js
33
+ validations :
34
+ required : false
35
+
36
+ - type : input
37
+ attributes :
38
+ label : CodeSandbox example
39
+ description : A link to a minimal reproduction is helpful for collaborative debugging!
40
+ validations :
41
+ required : false
Original file line number Diff line number Diff line change 8
8
validations :
9
9
required : true
10
10
11
+ - type : checkboxes
12
+ id : relations
13
+ attributes :
14
+ label : If applicable, which variants of Embla Carousel are relevant to this question?
15
+ description : Check all that apply.
16
+ options :
17
+ - label : embla-carousel **(Core)**
18
+ - label : embla-carousel-react
19
+ - label : embla-carousel-vue
20
+ - label : embla-carousel-svelte
21
+ - label : embla-carousel-autoplay
22
+ - label : embla-carousel-solid
23
+ - label : embla-carousel-auto-height
24
+ - label : embla-carousel-class-names
25
+ - label : embla-carousel-docs **(Documentation)**
26
+ - label : embla-carousel-docs **(Generator)**
27
+
11
28
- type : textarea
12
29
attributes :
13
30
label : Additional information
Original file line number Diff line number Diff line change 12
12
- type : checkboxes
13
13
id : relations
14
14
attributes :
15
- label : Which variants of Embla Carousel are relevant to this request?
15
+ label : Which variants of Embla Carousel are relevant to this feature request?
16
16
description : Check all that apply.
17
17
options :
18
18
- label : embla-carousel **(Core)**
Original file line number Diff line number Diff line change
1
+ title : ' [Show]: '
2
+ labels : ['show and tell']
3
+ body :
4
+ - type : textarea
5
+ attributes :
6
+ label : Description
7
+ description : What have you built with Embla Carousel?
8
+ placeholder : |
9
+ 1. Go to '...'
10
+ 2. Scroll to '....'
11
+ 3. See my awesome project
12
+ validations :
13
+ required : true
14
+
15
+ - type : input
16
+ attributes :
17
+ label : Project link
18
+ description : A link to what you've built with Embla Carousel.
19
+ validations :
20
+ required : false
Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ contact_links:
3
3
- name : 🚀 Feature request
4
4
url : https://github.com/davidjerleke/embla-carousel/discussions/new?category=ideas
5
5
about : Feature requests should be opened as discussions
6
- - name : ❓ Ask a question
6
+ - name : ❓ Ask for help
7
7
url : https://github.com/davidjerleke/embla-carousel/discussions/new?category=help
8
- about : Ask questions and discuss with other community members
9
-
8
+ about : Ask questions about how to achieve something
9
+ - name : ✨ Show something
10
+ url : https://github.com/davidjerleke/embla-carousel/discussions/new?category=show-and-tell
11
+ about : Share something you've built with Embla Carousel
12
+ - name : 💬 Discuss
13
+ url : https://github.com/davidjerleke/embla-carousel/discussions/new?category=general
14
+ about : Start conversation or discussion about something
You can’t perform that action at this time.
0 commit comments