Skip to content

Commit

Permalink
Add duplicate check to issue template
Browse files Browse the repository at this point in the history
Introduced a mandatory duplicate check checkbox in the issue template to prevent duplicate issues. This ensures that contributors verify no existing issue covers the same topic before submission. This change aims to streamline the issue tracking process and improve workflow efficiency.
  • Loading branch information
theGaryLarson committed Sep 11, 2024
1 parent b217124 commit 6f1eff4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ projects:
- "Computing-For-All/nextjs-issue-tracker"

body:
- type: checkboxes
id: duplicate_check
attributes:
label: "Duplicate Check"
description: "Please Ensure there isn't an issue already created."
options:
- label: "I have searched for and didn't find any pre existing issue tracking this"
required: true

- type: dropdown
id: issue_type
attributes:
Expand Down

0 comments on commit 6f1eff4

Please sign in to comment.