Skip to content

Commit a244438

Browse files
committed
[contributing] Fix template
1 parent 336b717 commit a244438

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.github/ISSUE_TEMPLATE/exercise_discussion.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ body:
3232
placeholder: Git concepts tested, lessons covered, etc.
3333
validations:
3434
required: true
35+
- type: textarea
36+
attributes:
37+
label: Exercise setup
38+
description: How will the exercise be setup on the student's machine?
39+
placeholder: What will the starting exercise look like? What files are necessary for this exercise?
40+
validations:
41+
required: true
3542
- type: textarea
3643
attributes:
3744
label: Instructions for students
@@ -42,26 +49,19 @@ body:
4249
3. ...
4350
validations:
4451
required: true
45-
- type: textarea
46-
attributes:
47-
label: Exercise setup
48-
description: How will the exercise be setup on the student's machine?
49-
placeholder: What will the starting exercise look like? What files are necessary for this exercise?
50-
validations:
51-
required: true
5252
- type: textarea
5353
attributes:
5454
label: Exercise grading
5555
description: How will the exercise be graded?
5656
validations:
5757
required: true
58-
- type: checkboxes
58+
- type: input
5959
attributes:
6060
label: Requires remote repository?
61-
description: If this exercise requires a remote repository, create this exercise discussion first and then file a request for remote repository
62-
options:
63-
- label: This exercise will likely require a remote repository
64-
required: false
61+
description: If this exercise requires a remote repository, create this exercise discussion first and then [file a request for remote repository](https://github.com/git-mastery/exercises/issues/new?template=request_exercise_repository.yaml)
62+
placeholder: If the remote already exists, provide the URL here, otherwise, indicate yes or no
63+
validations:
64+
required: false
6565
- type: textarea
6666
attributes:
6767
label: Additional remarks

.github/ISSUE_TEMPLATE/request_exercise_repository.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ body:
1515
- type: input
1616
attributes:
1717
label: Exercise discussion issue
18-
description: Provide the link to the exercise discussion for this remote repository
19-
placeholder: https://github.com/git-mastery/exercises/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22exercise%20discussion%22
18+
description: Provide the link to the exercise discussion for this remote repository. All existing exercise discussions are found [here](https://github.com/git-mastery/exercises/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22exercise%20discussion%22)
2019
validations:
2120
required: true
2221
- type: input

0 commit comments

Comments
 (0)