Skip to content

Commit 3f0a7c4

Browse files
authored
Merge pull request #7795 from ethereum/convertSuggestTutorialTemplate
Convert suggest_tutorial.md to suggest_tutorial.yaml
2 parents 8168ae2 + 0e02276 commit 3f0a7c4

File tree

2 files changed

+64
-41
lines changed

2 files changed

+64
-41
lines changed

.github/ISSUE_TEMPLATE/suggest_tutorial.md

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: Suggest a tutorial
2+
description: Suggest a tutorial to our developers platform
3+
title: Suggest a tutorial
4+
labels: ["feature :sparkles:", "content :fountain_pen:"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
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

Comments
 (0)