From 41ee315e1c2a7e1051595c33b25aaf6c81afc1a9 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Wed, 11 Dec 2024 14:26:44 +0000 Subject: [PATCH] Documentation - Remove unnecessary fields from issue templates #185 --- .github/ISSUE_TEMPLATE/Bug Report.yaml | 50 --------------------- .github/ISSUE_TEMPLATE/Feature Request.yaml | 21 --------- 2 files changed, 71 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index afc4774f3b..5002db2687 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -6,41 +6,6 @@ body: attributes: value: | **Please provide the following information:** - - type: dropdown - attributes: - label: Category - description: "Select the bug category" - options: - - Application Framework - - Build - - Coding - - Configuration - - Data Exchange - - Documentation - - DRAW - - Foundation Classes - - Mesh - - Modeling - - Samples - - Shape Healing - - Testing - - Visualization - validations: - required: true - - type: dropdown - id: severity - attributes: - label: Severity - description: "Select the bug severity" - options: - - Crash - - Critical - - Major - - Minor - - Trivial - default: 2 - validations: - required: true - type: textarea id: description attributes: @@ -93,11 +58,6 @@ body: default: 0 validations: required: true - - type: input - id: compiler_version - attributes: - label: Compiler Version - description: "Specify the compiler version (optional)" - type: dropdown id: bitness attributes: @@ -125,16 +85,6 @@ body: default: 6 validations: required: true - - type: input - id: precise_occt_version - attributes: - label: Precise OCCT Version or Branch - description: "Specify the precise OCCT version, branch, or SSH (optional)" - - type: input - id: environment - attributes: - label: Environment - description: "Details about your environment (OS, compiler, etc.)" - type: textarea id: additional_files attributes: diff --git a/.github/ISSUE_TEMPLATE/Feature Request.yaml b/.github/ISSUE_TEMPLATE/Feature Request.yaml index c2e3d9e5c3..f4f06d8cc3 100644 --- a/.github/ISSUE_TEMPLATE/Feature Request.yaml +++ b/.github/ISSUE_TEMPLATE/Feature Request.yaml @@ -6,27 +6,6 @@ body: attributes: value: | **Please provide the following information:** - - type: dropdown - attributes: - label: Category - description: "Select the bug category" - options: - - Application Framework - - Build - - Coding - - Configuration - - Data Exchange - - Documentation - - DRAW - - Foundation Classes - - Mesh - - Modeling - - Samples - - Shape Healing - - Testing - - Visualization - validations: - required: true - type: textarea id: description attributes: