diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 73390497c..063368f3e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,14 +3,14 @@ description: Create a report to help us improve EmbassyOS title: '[bug]: ' labels: [Bug, Needs Triage] assignees: - - dr-bonez + - MattDHill body: - type: checkboxes attributes: label: Prerequisites description: Please confirm you have completed the following. options: - - label: I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already report this problem, without success. + - label: I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already report this problem. required: true - type: input attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 27bcdb901..2c870d7f2 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,14 +3,14 @@ description: Suggest an idea for EmbassyOS title: '[feat]: ' labels: [Enhancement] assignees: - - dr-bonez + - MattDHill body: - type: checkboxes attributes: label: Prerequisites description: Please confirm you have completed the following. options: - - label: I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature, without success. + - label: I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature. required: true - type: textarea attributes: