Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/exercise_discussion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
attributes:
label: Existing exercise check
options:
- 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)
- 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)
required: true
- type: input
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Link the exercise discussion issue

## Checklist

- [ ] 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?
- [ ] 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?
- [ ] Have you written unit tests using [`repo-smith`](https://github.com/git-mastery/repo-smith) to validate the exercise grading scheme?
- [ ] Have you tested your changes using the instructions posted?
- [ ] Have you verified that this exercise does not already exist or is not currently in review?
Expand Down
Loading