你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
57 行
1.4 KiB
YAML
57 行
1.4 KiB
YAML
name: "\U0001F41E Bug report"
|
|
description: Create a report to help us improve
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is, and any additional context.
|
|
placeholder: Tell us what you see!
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: repro-steps
|
|
attributes:
|
|
label: To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. Fetch a '...'
|
|
2. Update the '....'
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: code-snippets
|
|
attributes:
|
|
label: Code snippets
|
|
description: If applicable, add code snippets to help explain your problem.
|
|
render: Python
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: OS
|
|
placeholder: macOS
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: language-version
|
|
attributes:
|
|
label: Python version
|
|
placeholder: Python v3.7.1
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
id: gprMax-version
|
|
attributes:
|
|
label: gprMax version
|
|
placeholder: gprMax v.3.1.6
|
|
validations:
|
|
required: false
|