mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Add new issue templates for DRAW, Mesh, Coding, Build, Samples, Testing, Modeling, and Configuration
34 lines
921 B
YAML
34 lines
921 B
YAML
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" |