From 636d59beef47e4c8c75497423a853bc830349dcf Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 20 Feb 2025 08:19:19 -0600 Subject: [PATCH] chore(gh): Encourage people to check for dupes --- .github/ISSUE_TEMPLATE/false-positive-data.yml | 6 ++++++ .github/ISSUE_TEMPLATE/false-positive-word.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/false-positive-data.yml b/.github/ISSUE_TEMPLATE/false-positive-data.yml index 376555f..8b46058 100644 --- a/.github/ISSUE_TEMPLATE/false-positive-data.yml +++ b/.github/ISSUE_TEMPLATE/false-positive-data.yml @@ -2,6 +2,12 @@ name: "False positive: data" description: Specially encoded data is being treated as a word labels: 'S-triage,A-exclude' body: + - type: checkboxes + attributes: + label: Please complete the following tasks + options: + - label: I have searched the [open](https://github.com/clap-rs/clap/issues?q=is%3Aissue state%3Aopen label%3AA-exclude) and [rejected](https://github.com/crate-ci/typos/issues?q=is%3Aissue%20state%3Aclosed%20label%3AA-exclude) issues + required: true - type: input attributes: label: Example data diff --git a/.github/ISSUE_TEMPLATE/false-positive-word.yml b/.github/ISSUE_TEMPLATE/false-positive-word.yml index fbdbd57..136d929 100644 --- a/.github/ISSUE_TEMPLATE/false-positive-word.yml +++ b/.github/ISSUE_TEMPLATE/false-positive-word.yml @@ -2,6 +2,12 @@ name: "False positive: valid word" description: A valid english word is being corrected labels: 'S-triage,A-dict' body: + - type: checkboxes + attributes: + label: Please complete the following tasks + options: + - label: I have searched the [open](https://github.com/clap-rs/clap/issues?q=is%3Aissue state%3Aopen label%3AA-dict) and [rejected](https://github.com/crate-ci/typos/issues?q=is%3Aissue%20state%3Aclosed%20label%3AA-dict) issues + required: true - type: input attributes: label: Valid word