You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
label: Which package is affected (leave empty if unsure)
17
+
label: What is affected (leave empty if unsure)
14
18
multiple: true
15
19
options:
16
-
- "@react-email/body"
17
-
- "@react-email/button"
18
-
- "@react-email/column"
19
-
- "@react-email/components"
20
-
- "@react-email/container"
21
-
- "@react-email/font"
22
-
- "@react-email/head"
23
-
- "@react-email/heading"
24
-
- "@react-email/hr"
25
-
- "@react-email/html"
26
-
- "@react-email/img"
27
-
- "@react-email/link"
28
-
- "@react-email/preview"
29
-
- "@react-email/render"
30
-
- "@react-email/row"
31
-
- "@react-email/section"
32
-
- "@react-email/tailwind"
33
-
- "@react-email/text"
34
-
- "client"
35
-
- "create-email"
36
-
- "demo"
37
-
- "docs"
38
-
- "examples"
39
-
- "react-email"
40
-
- "web"
41
-
- type: input
20
+
- "Preview Server"
21
+
- "CLI"
22
+
- "Html Component"
23
+
- "Body Component"
24
+
- "Head Component"
25
+
- "Button Component"
26
+
- "Container Component"
27
+
- "CodeBlock Component"
28
+
- "CodeInline Component"
29
+
- "Column Component"
30
+
- "Row Component"
31
+
- "Font Component"
32
+
- "Heading Component"
33
+
- "Hr Component"
34
+
- "Img Component"
35
+
- "Link Component"
36
+
- "Markdown Component"
37
+
- "Preview Component"
38
+
- "Section Component"
39
+
- "Tailwind Component"
40
+
- "Text Component"
41
+
- "Render Utility"
42
+
- "@react-email/components package"
43
+
- "npx create-email"
44
+
- "Demo"
45
+
- "Website"
46
+
- "Examples"
47
+
- type: textarea
42
48
attributes:
43
49
label: Link to the code that reproduces this issue
44
-
description: |
45
-
A link to a GitHub repository minimal reproduction. A minimal reproduction code is really helpful to understand the issue.
50
+
value: |
51
+
A link to a GitHub repository minimal reproduction. Not your entire project, just the code necessary to reproduce the issue. Try going from the starter `npx create-email@latest` and adding only what's needed to cause the issue. If you don't share a reproduction, we might close the issue or it will take significantly longer for things to get sorted out.
46
52
validations:
47
53
required: true
48
54
- type: textarea
49
55
attributes:
50
56
label: To Reproduce
51
-
description: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that [syntax highlighting is correct](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) and double check that the rendered preview is not broken.
57
+
value: Steps to reproduce the behavior, please provide a clear description of how to reproduce the issue, based on the linked minimal reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that [syntax highlighting is correct](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) and double check that the rendered preview is not broken.
0 commit comments