Skip to content

Commit

Permalink
chore: update issue template (antvis#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca authored and liujiangyu committed Mar 23, 2024
1 parent 58ad07b commit 9429516
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_chinese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue_hunt_chinese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9429516

Please sign in to comment.