From ac12eae0b761f9019e9ef9d5be7b795bab60132d Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 24 Oct 2024 16:41:14 -0400 Subject: [PATCH] Fix issue templates --- .github/ISSUE_TEMPLATE/01-feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/02-bug_report.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-feature_request.yaml b/.github/ISSUE_TEMPLATE/01-feature_request.yaml index 9a178d70f..8b505bb4e 100644 --- a/.github/ISSUE_TEMPLATE/01-feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/01-feature_request.yaml @@ -37,7 +37,7 @@ body: - I volunteer to perform this work (if approved) - I'm a NetBox Labs customer - N/A - default: 3 + default: 2 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.yaml b/.github/ISSUE_TEMPLATE/02-bug_report.yaml index 1bd20a667..556120d63 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/02-bug_report.yaml @@ -32,7 +32,7 @@ body: - I volunteer to perform this work (if approved) - I'm a NetBox Labs customer - N/A - default: 3 + default: 2 validations: required: true - type: input