Skip to content
Open
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/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body:
label: Related work checked
description: List anything relevant you checked before opening this issue. Use issue/PR numbers like #123, or write `None found after search`.
validations:
required: false
required: true
- type: dropdown
id: proposed_track
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Project support guide
url: https://github.com/EAPD-DRB/MUIOGO/blob/main/SUPPORT.md
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body:
label: Related work checked
description: List anything relevant you checked before opening this issue. Use issue/PR numbers like #123, or write `None found after search`.
validations:
required: false
required: true
- type: dropdown
id: proposed_track
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question_blocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
label: Related work checked
description: List anything relevant you checked before opening this issue. Use issue/PR numbers like #123, or write `None found after search`.
validations:
required: false
required: true
- type: dropdown
id: proposed_track
attributes:
Expand Down
Loading