Skip to content

Commit 36f007b

Browse files
committed
[contributing] Fix fields on exercise discussion template
1 parent d2e0c6d commit 36f007b

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/ISSUE_TEMPLATE/exercise_discussion.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Exercise Discussions
22
description: Want to create a new exercise for Git-Mastery? Discuss the details of the exercise with the Git-Mastery team first.
3-
title: "[Exercise Discussion]"
3+
title: "[Exercise Discussion] "
44
labels: ["exercise discussion"]
55
type: "Discussion"
66
assignees:
@@ -21,20 +21,28 @@ body:
2121
required: true
2222
- type: input
2323
attributes:
24-
label: Tour number
24+
label: Tour
2525
description: Which tour does this exercise belong to?
2626
validations:
2727
required: true
28+
- type: textarea
29+
attributes:
30+
label: Summary
31+
description: Summarize the exercise
32+
validations:
33+
required: true
2834
- type: textarea
2935
attributes:
3036
label: Exercise learning outcomes
31-
description: What is the proposed exercise's learning outcomes?
37+
description: What is the exercise's learning outcomes?
38+
placeholder: Git concepts tested, lessons covered, etc.
3239
validations:
3340
required: true
3441
- type: textarea
3542
attributes:
3643
label: Exercise setup
3744
description: How will the exercise be setup on the student's machine?
45+
placeholder: What will the starting exercise look like? What files are necessary for this exercise?
3846
validations:
3947
required: true
4048
- type: textarea
@@ -56,3 +64,9 @@ body:
5664
description: Any other remarks about this exercise discussion?
5765
validations:
5866
required: false
67+
- type: markdown
68+
attributes:
69+
value: |
70+
# Next steps
71+
72+
The Git-Mastery team will review your exercise discussion and continue from there.

0 commit comments

Comments
 (0)