mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Documentation - Issue template simplification #127
Combine the templates into group with bug and feature
This commit is contained in:
parent
158ed439c4
commit
1b65bc8f68
@ -1,34 +0,0 @@
|
|||||||
name: "Application Framework Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for the Application Framework"
|
|
||||||
labels: ["1. Application Framework", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
@ -1,11 +1,46 @@
|
|||||||
name: "Application Framework Bug Report"
|
name: "Bug Report"
|
||||||
description: "Report a bug related to the Application Framework"
|
description: "Report a bug related to the OCCT"
|
||||||
labels: ["1. Application Framework", "2. Bug"]
|
labels: ["2. Bug"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**Please provide the following information:**
|
**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
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
@ -43,6 +78,7 @@ body:
|
|||||||
- Linux
|
- Linux
|
||||||
- Windows
|
- Windows
|
||||||
- macOS
|
- macOS
|
||||||
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -54,6 +90,7 @@ body:
|
|||||||
- GCC
|
- GCC
|
||||||
- Clang
|
- Clang
|
||||||
- MSVC
|
- MSVC
|
||||||
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -69,6 +106,7 @@ body:
|
|||||||
options:
|
options:
|
||||||
- 32-bit
|
- 32-bit
|
||||||
- 64-bit
|
- 64-bit
|
||||||
|
default: 1
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -80,9 +118,11 @@ body:
|
|||||||
- 7.4
|
- 7.4
|
||||||
- 7.5
|
- 7.5
|
||||||
- 7.6
|
- 7.6
|
||||||
|
- 7.7
|
||||||
- 7.8
|
- 7.8
|
||||||
- 7.9
|
- 7.9
|
||||||
- latest
|
- latest
|
||||||
|
default: 6
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
102
.github/ISSUE_TEMPLATE/Build Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Build Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Build Bug Report"
|
|
||||||
description: "Report a bug related to the build process"
|
|
||||||
labels: ["1. Build", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Build Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for the build process"
|
|
||||||
labels: ["1. Build", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Coding Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Coding Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Coding Bug Report"
|
|
||||||
description: "Report a bug related to coding"
|
|
||||||
labels: ["1. Coding", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Coding Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for coding"
|
|
||||||
labels: ["1. Coding", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Configuration Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Configuration Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Configuration Bug Report"
|
|
||||||
description: "Report a bug related to configuration"
|
|
||||||
labels: ["1. Configuration", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Configuration Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for configuration"
|
|
||||||
labels: ["1. Configuration", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/DRAW Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/DRAW Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "DRAW Bug Report"
|
|
||||||
description: "Report a bug related to DRAW"
|
|
||||||
labels: ["1. 2. Bug", "DRAW"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
34
.github/ISSUE_TEMPLATE/DRAW Feature Request.yaml
vendored
34
.github/ISSUE_TEMPLATE/DRAW Feature Request.yaml
vendored
@ -1,34 +0,0 @@
|
|||||||
name: "DRAW Feature Request"
|
|
||||||
description: "Request a new feature related to DRAW"
|
|
||||||
labels: ["1. Enhancement", "DRAW"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Data Exchange Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Data Exchange Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Data Exchange Bug Report"
|
|
||||||
description: "Report a bug related to data exchange"
|
|
||||||
labels: ["1. Data Exchange", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Data Exchange Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for data exchange"
|
|
||||||
labels: ["1. Data Exchange", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Documentation Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Documentation Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Documentation Bug Report"
|
|
||||||
description: "Report a bug related to documentation"
|
|
||||||
labels: ["1. Documentation", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Documentation Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for documentation"
|
|
||||||
labels: ["1. Documentation", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
@ -1,11 +1,32 @@
|
|||||||
name: "Modeling Feature Request"
|
name: "Feature Request"
|
||||||
description: "Request a new feature or enhancement for Modeling"
|
description: "Request a new feature or enhancement for the OCCT"
|
||||||
labels: ["1. Modeling", "2. Enhancement"]
|
labels: ["2. Enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
**Please provide the following information:**
|
**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
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
@ -1,102 +0,0 @@
|
|||||||
name: "Foundation Classes Bug Report"
|
|
||||||
description: "Report a bug related to Foundation Classes"
|
|
||||||
labels: ["1. Foundation Classes", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Foundation Classes Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for Foundation Classes"
|
|
||||||
labels: ["1. Foundation Classes", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Mesh Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Mesh Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Mesh Bug Report"
|
|
||||||
description: "Report a bug related to Mesh"
|
|
||||||
labels: ["1. Mesh", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
34
.github/ISSUE_TEMPLATE/Mesh Feature Request.yaml
vendored
34
.github/ISSUE_TEMPLATE/Mesh Feature Request.yaml
vendored
@ -1,34 +0,0 @@
|
|||||||
name: "Mesh Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for Mesh"
|
|
||||||
labels: ["1. Mesh", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Modeling Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Modeling Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Modeling Bug Report"
|
|
||||||
description: "Report a bug related to Modeling"
|
|
||||||
labels: ["1. Modeling", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
102
.github/ISSUE_TEMPLATE/Samples Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Samples Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Samples Bug Report"
|
|
||||||
description: "Report a bug related to Samples"
|
|
||||||
labels: ["1. Samples", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Samples Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for Samples"
|
|
||||||
labels: ["1. Samples", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Shape Healing Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Shape Healing Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Shape Healing Bug Report"
|
|
||||||
description: "Report a bug related to Shape Healing"
|
|
||||||
labels: ["1. Shape Healing", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Shape Healing Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for Shape Healing"
|
|
||||||
labels: ["1. Shape Healing", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Testing Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Testing Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Testing Bug Report"
|
|
||||||
description: "Report a bug related to Testing"
|
|
||||||
labels: ["1. Testing", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Testing Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for Testing"
|
|
||||||
labels: ["1. Testing", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
102
.github/ISSUE_TEMPLATE/Visualization Bug Report.yaml
vendored
102
.github/ISSUE_TEMPLATE/Visualization Bug Report.yaml
vendored
@ -1,102 +0,0 @@
|
|||||||
name: "Visualization Bug Report"
|
|
||||||
description: "Report a bug related to Visualization"
|
|
||||||
labels: ["1. Visualization", "2. Bug"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the bug"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: expected_behavior
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: "What you expected to happen"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: actual_behavior
|
|
||||||
attributes:
|
|
||||||
label: Actual Behavior
|
|
||||||
description: "What actually happened"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: sample_code
|
|
||||||
attributes:
|
|
||||||
label: Sample Code or DRAW Tcl Script
|
|
||||||
description: "Provide a C++ sample or DRAW Tcl script to reproduce the issue"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: "Select the operating system"
|
|
||||||
options:
|
|
||||||
- Linux
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: compiler
|
|
||||||
attributes:
|
|
||||||
label: Compiler
|
|
||||||
description: "Select the compiler"
|
|
||||||
options:
|
|
||||||
- GCC
|
|
||||||
- Clang
|
|
||||||
- MSVC
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: compiler_version
|
|
||||||
attributes:
|
|
||||||
label: Compiler Version
|
|
||||||
description: "Specify the compiler version (optional)"
|
|
||||||
- type: dropdown
|
|
||||||
id: bitness
|
|
||||||
attributes:
|
|
||||||
label: Bitness
|
|
||||||
description: "Select the bitness"
|
|
||||||
options:
|
|
||||||
- 32-bit
|
|
||||||
- 64-bit
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: occt_version
|
|
||||||
attributes:
|
|
||||||
label: OCCT Version
|
|
||||||
description: "Select the OCCT version where the issue was detected"
|
|
||||||
options:
|
|
||||||
- 7.4
|
|
||||||
- 7.5
|
|
||||||
- 7.6
|
|
||||||
- 7.8
|
|
||||||
- 7.9
|
|
||||||
- latest
|
|
||||||
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:
|
|
||||||
label: Additional Files
|
|
||||||
description: "Attach any additional files that may help in reproducing the issue"
|
|
@ -1,34 +0,0 @@
|
|||||||
name: "Visualization Feature Request"
|
|
||||||
description: "Request a new feature or enhancement for Visualization"
|
|
||||||
labels: ["1. Visualization", "2. Enhancement"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Please provide the following information:**
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: "A detailed description of the feature request"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: use_case
|
|
||||||
attributes:
|
|
||||||
label: Use Case
|
|
||||||
description: "Describe the use case for the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: benefits
|
|
||||||
attributes:
|
|
||||||
label: Benefits
|
|
||||||
description: "Explain the benefits of the feature"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional_context
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: "Any additional context or information"
|
|
Loading…
x
Reference in New Issue
Block a user