From 75e508bc1dda5650234052967e949a28ffd10210 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 9 Jul 2026 23:27:00 +0200 Subject: [PATCH] Update issue form for NB 31 release candidates remove "free form" template since github offers a "Blank issue" by default now which is only visible for maintainers. --- .../ISSUE_TEMPLATE/01-netbeans_bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/99-free_form.yml | 16 ---------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/99-free_form.yml diff --git a/.github/ISSUE_TEMPLATE/01-netbeans_bug_report.yml b/.github/ISSUE_TEMPLATE/01-netbeans_bug_report.yml index c58cb36d53b1..be96b4dd30d0 100644 --- a/.github/ISSUE_TEMPLATE/01-netbeans_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-netbeans_bug_report.yml @@ -28,8 +28,8 @@ body: multiple: false options: - "Apache NetBeans 30" -# - "Apache NetBeans 31 latest release candidate" - - "Apache NetBeans 31 latest daily build" + - "Apache NetBeans 31 latest release candidate" + - "Apache NetBeans 32 latest daily build" validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/99-free_form.yml b/.github/ISSUE_TEMPLATE/99-free_form.yml deleted file mode 100644 index 8b3227e57afb..000000000000 --- a/.github/ISSUE_TEMPLATE/99-free_form.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Task and Meta -description: (Maintainers only) Tasks and Meta issues for the project -labels: ["kind:meta"] -body: - - type: textarea - attributes: - label: Body - description: Free form issue for committers to be able to add tasks/meta issues - - type: checkboxes - attributes: - label: Committer - description: Committer acknowledgment. - options: - - label: I acknowledge that I am a maintainer/committer in the Apache NetBeans project. - required: true