Skip to content

Commit

Permalink
[optimize] syntax of the bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrunlin committed Dec 19, 2023
1 parent ce42c84 commit b3b95b6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body:
- type: dropdown
id: hardware
attributes:
label: What hardware are you seeing the problem on?
label: What kind of hardware did the bug occur on?
multiple: true
options:
- Desktop
Expand All @@ -47,7 +47,7 @@ body:
- type: dropdown
id: system
attributes:
label: What operating system are you seeing the problem on?
label: On which operating system are you experiencing the problem?
multiple: true
options:
- BSD
Expand All @@ -60,11 +60,12 @@ body:
- type: dropdown
id: subsystem
attributes:
label: What subsystem are you seeing the problem on?
label: What subsystem is the problem related to?
multiple: true
options:
- Docker
- WSL
- WINE

- type: dropdown
id: browsers
Expand All @@ -76,15 +77,15 @@ body:
- Chrome
- Safari
- Microsoft Edge
- Arc Browser
- Opera
- Brave
- Arc Browser
- UC Browser

- type: dropdown
id: network_connection
attributes:
label: What network connection are you use?
label: What kind of network are you connecting to?
multiple: true
options:
- WLAN
Expand All @@ -93,9 +94,9 @@ body:
- 5G

- type: dropdown
id: network_environment
id: network_region
attributes:
label: What network environment are you use?
label: What network region are you in?
multiple: true
options:
- Global
Expand All @@ -104,7 +105,7 @@ body:
- type: dropdown
id: cli
attributes:
label: What command line terminal are you use?
label: Which command line terminal are you using?
multiple: true
options:
- Shell
Expand All @@ -114,12 +115,13 @@ body:
- type: dropdown
id: javascript_runtime
attributes:
label: What JavaScript runtime are you use?
label: Which JavaScript runtime are you using?
multiple: true
options:
- Node.js
- Bun
- Deno

- type: dropdown
id: javascript_package_manager
attributes:
Expand Down

1 comment on commit b3b95b6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for next-bootstrap-ts ready!

✅ Preview
https://next-bootstrap-ifq6lfkrd-stevending1st.vercel.app

Built with commit b3b95b6.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.