Skip to content

Commit e0b6242

Browse files
authored
Merge pull request #696 from davidjerleke/feature/#692
[Feat]: Add Pull Request template and discussion templates for all categories
2 parents e7ad6db + 1465038 commit e0b6242

File tree

5 files changed

+87
-4
lines changed

5 files changed

+87
-4
lines changed
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

.github/DISCUSSION_TEMPLATE/help.yml

+17
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ body:
88
validations:
99
required: true
1010

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+
1128
- type: textarea
1229
attributes:
1330
label: Additional information

.github/DISCUSSION_TEMPLATE/ideas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
- type: checkboxes
1313
id: relations
1414
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?
1616
description: Check all that apply.
1717
options:
1818
- label: embla-carousel **(Core)**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

.github/ISSUE_TEMPLATE/config.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ contact_links:
33
- name: 🚀 Feature request
44
url: https://github.com/davidjerleke/embla-carousel/discussions/new?category=ideas
55
about: Feature requests should be opened as discussions
6-
- name: ❓ Ask a question
6+
- name: ❓ Ask for help
77
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

0 commit comments

Comments
 (0)