From b2af01c400a216e0421bbe91af911abec3439083 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 16 Apr 2026 17:13:16 -0400 Subject: [PATCH] Update performance issue template (#21946) * Update performance issue template * Update .github/ISSUE_TEMPLATE/03-performance.yaml Co-authored-by: Martin Hauser --- .github/ISSUE_TEMPLATE/03-performance.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/03-performance.yaml b/.github/ISSUE_TEMPLATE/03-performance.yaml index 83db1a97b..b3d412c03 100644 --- a/.github/ISSUE_TEMPLATE/03-performance.yaml +++ b/.github/ISSUE_TEMPLATE/03-performance.yaml @@ -35,9 +35,17 @@ body: required: true - type: textarea attributes: - label: Details + label: Observations description: > - Describe in detail the operations being performed and the indications of a performance issue. - Include any relevant testing parameters, benchmarks, and expected results. + Describe in detail the operations being performed and the indications of a performance issue. Include any + relevant testing parameters, benchmarks, and expected results. + validations: + required: true + - type: textarea + attributes: + label: Proposed Changes + description: > + What specific changes do you propose to improve application performance? (If you're not sure about this, + consider starting a [discussion](https://github.com/netbox-community/netbox/discussions/new/choose) instead.) validations: required: true