mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 11:48:29 +08:00
chore: update issue template (#5264)
This commit is contained in:
parent
32c8d9864b
commit
8120f59cc8
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -16,6 +16,16 @@ body:
|
||||
- G6 Discussion's tab: https://github.com/antvis/G6/discussions
|
||||
|
||||
The more information you fill in, the better the community can help you.
|
||||
- type: dropdown
|
||||
id: g6_version
|
||||
attributes:
|
||||
label: G6 Version
|
||||
options:
|
||||
- 5.x
|
||||
- 4.x
|
||||
- Others
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
|
10
.github/ISSUE_TEMPLATE/bug_report_chinese.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report_chinese.yml
vendored
@ -8,6 +8,16 @@ body:
|
||||
- [G6 Issues](https://github.com/antvis/G6/issues)
|
||||
- [G6 Closed Issues](https://github.com/antvis/G6/issues?q=is%3Aissue+is%3Aclosed)
|
||||
- [G6 Discussions](https://github.com/antvis/G6/discussions)
|
||||
- type: dropdown
|
||||
id: g6_version
|
||||
attributes:
|
||||
label: G6 版本
|
||||
options:
|
||||
- 5.x
|
||||
- 4.x
|
||||
- 其他
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
|
@ -84,7 +84,7 @@ body:
|
||||
value: |
|
||||
- 操作系统: [macOS, Windows, Linux, React Native ...]
|
||||
- 网页浏览器: [Google Chrome, Safari, Firefox]
|
||||
- G6 版本: [4.5.1 ... ]
|
||||
- 版本: [例如 91.1]
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
Loading…
Reference in New Issue
Block a user