Skip to content

Commit 4ad23ba

Browse files
committed
Update exercise discussion and pull request templates
1 parent 84757ce commit 4ad23ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/exercise_discussion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
attributes:
1818
label: Existing exercise check
1919
options:
20-
- label: I have verified that this exercise is not yet already [in discussion](https://github.com/git-mastery/exercises/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22exercise%20discussion%22), [in progress](https://github.com/git-mastery/exercises/pulls?q=is%3Aopen+is%3Apr+label%3A%22exercise+review%22), or [exists](https://git-mastery.github.io/exercise)
20+
- label: I have verified that this exercise is not yet already [in discussion](https://github.com/git-mastery/exercises/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22exercise%20discussion%22), [in progress](https://github.com/git-mastery/exercises/pulls?q=is%3Aopen+is%3Apr+label%3A%22exercise+review%22), or [exists](https://git-mastery.org/exercises-directory/index.html)
2121
required: true
2222
- type: input
2323
attributes:

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Link the exercise discussion issue
66

77
## Checklist
88

9-
- [ ] If you require a new remote repository on the `Git-Mastery` organization, have you [created a request](https://github.com/git-mastery/exercises/issues/new?template=request_exercise_repository.md) for it?
9+
- [ ] If you require a new remote repository on the `Git-Mastery` organization, have you [created a request](https://github.com/git-mastery/exercises/issues/new?template=request_exercise_repository.yaml) for it?
1010
- [ ] Have you written unit tests using [`repo-smith`](https://github.com/git-mastery/repo-smith) to validate the exercise grading scheme?
1111
- [ ] Have you tested your changes using the instructions posted?
1212
- [ ] Have you verified that this exercise does not already exist or is not currently in review?

0 commit comments

Comments
 (0)