你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
21 行
821 B
YAML
21 行
821 B
YAML
name: "🌟Feature request"
|
|
description: Suggest an idea for gprMax software
|
|
labels: ["feature-request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request! Please note, we may not able to accommodate all feature requests given limited bandwidth but we appreciate you taking the time to share with us how to improve the gprMax software.
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: Describe the feature or improvement you're requesting
|
|
description: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the feature request here.
|