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
We'll consider [our content resources policy](https://ethereum.org/en/contributing/content-resources/) when reviewing the tutorial, so please take a look there first.
10
+
- type: markdown
11
+
id: tutorial_info
12
+
attributes:
13
+
value: "## Tutorial info"
14
+
- type: input
15
+
id: tutorial_title
16
+
attributes:
17
+
label: Tutorial title
18
+
description: What is the title of your tutorial?
19
+
validations:
20
+
required: true
21
+
- type: textarea
22
+
id: tutorial_description
23
+
attributes:
24
+
label: Tutorial description
25
+
description: Summarize what the user should be able to accomplish by following tutorial
26
+
validations:
27
+
required: true
28
+
- type: input
29
+
id: tutorial_tags
30
+
attributes:
31
+
label: Tutorial tags
32
+
description: What topics are covered in your tutorial? Check out the current tags on https://ethereum.org/en/developers/tutorials/ but feel free to add new ones
33
+
validations:
34
+
required: true
35
+
- type: dropdown
36
+
id: tutorial_skill_level
37
+
attributes:
38
+
label: Skill level
39
+
options:
40
+
- "Beginner"
41
+
- "Intermediate"
42
+
- "Advanced"
43
+
validations:
44
+
required: true
45
+
- type: dropdown
46
+
id: tutorial_hosted
47
+
attributes:
48
+
label: Hosted on ethereum.org or hosted elsewhere?
49
+
description: Let us know if you want your tutorial to be hosted on the ethereum.org website or if it is published elsewhere and you want us to link out to the tutorial
50
+
options:
51
+
- "Hosted on ethereum.org"
52
+
- "Hosted elsewhere"
53
+
validations:
54
+
required: true
55
+
- type: textarea
56
+
id: tutorial_content
57
+
attributes:
58
+
label: "For tutorials to be hosted on Ethereum.org: Tutorial Content"
59
+
description: Please provide a detailed outline of the content for the tutorial
60
+
- type: input
61
+
id: tutorial_url
62
+
attributes:
63
+
label: "For tutorials hosted elsewhere: URL to tutorial"
64
+
description: Please paste the URL to your tutorial
0 commit comments