Skip to content

Commit 05baec7

Browse files
authored
[migrate] upgrade to WebCell 3, Material Web 1, Parcel 2, Husky 9 & PNPM 8 (#1)
1 parent 7d43a26 commit 05baec7

27 files changed

+6886
-228
lines changed
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
name: 🐛 Developer Bug report
2+
description: File a Code bug/issue
3+
title: <title>
4+
labels:
5+
- bug
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Is there an existing issue for this?
10+
description: Please search to see if an issue already exists for the bug you encountered.
11+
options:
12+
- label: I have searched the existing issues
13+
required: true
14+
15+
- type: textarea
16+
attributes:
17+
label: Current Behavior
18+
description: A concise description of what you're experiencing.
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
attributes:
24+
label: Expected Behavior
25+
description: A concise description of what you expected to happen.
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: Steps To Reproduce
32+
description: Steps to reproduce the behavior.
33+
placeholder: |
34+
1. In this environment...
35+
2. With this config...
36+
3. Run '...'
37+
4. See error...
38+
validations:
39+
required: true
40+
41+
- type: dropdown
42+
id: system
43+
attributes:
44+
label: On which operating system are you experiencing the problem?
45+
multiple: true
46+
options:
47+
- BSD
48+
- Linux
49+
- Windows
50+
- MacOS
51+
- iOS
52+
- Android
53+
validations:
54+
required: true
55+
56+
- type: input
57+
id: system-version
58+
attributes:
59+
label: The version of your Operation System
60+
validations:
61+
required: true
62+
63+
- type: dropdown
64+
id: subsystem
65+
attributes:
66+
label: What subsystem is the problem related to?
67+
multiple: true
68+
options:
69+
- Docker
70+
- WSL
71+
- WINE
72+
73+
- type: input
74+
id: subsystem-version
75+
attributes:
76+
label: The version of your Sub-system
77+
78+
- type: dropdown
79+
id: Web-browser
80+
attributes:
81+
label: What browsers are you seeing the problem on?
82+
multiple: true
83+
options:
84+
- Firefox
85+
- Chrome
86+
- Safari
87+
- Microsoft Edge
88+
- Opera
89+
- Brave
90+
- Arc Browser
91+
- UC Browser
92+
validations:
93+
required: true
94+
95+
- type: input
96+
id: Web-browser-version
97+
attributes:
98+
label: The version of your Web browser
99+
validations:
100+
required: true
101+
102+
- type: dropdown
103+
id: network-region
104+
attributes:
105+
label: What network region are you in?
106+
multiple: true
107+
options:
108+
- Global
109+
- China mainland
110+
validations:
111+
required: true
112+
113+
- type: dropdown
114+
id: cli
115+
attributes:
116+
label: Which command line terminal are you using?
117+
multiple: true
118+
options:
119+
- Shell
120+
- CMD
121+
- Powershell
122+
validations:
123+
required: true
124+
125+
- type: input
126+
id: cli-version
127+
attributes:
128+
label: The version of your Command-line Terminal
129+
130+
- type: dropdown
131+
id: JavaScript-runtime
132+
attributes:
133+
label: Which JavaScript runtime are you using?
134+
multiple: true
135+
options:
136+
- Node.js
137+
- Bun
138+
- Deno
139+
validations:
140+
required: true
141+
142+
- type: input
143+
id: JavaScript-runtime-version
144+
attributes:
145+
label: The version of your JavaScript runtime
146+
validations:
147+
required: true
148+
149+
- type: dropdown
150+
id: JavaScript-package-manager
151+
attributes:
152+
label: Which JavaScript package manager are you using?
153+
multiple: true
154+
options:
155+
- npm
156+
- Yarn
157+
- pnpm
158+
- Bun
159+
validations:
160+
required: true
161+
162+
- type: input
163+
id: JavaScript-package-manager-version
164+
attributes:
165+
label: The version of your JavaScript package manager
166+
validations:
167+
required: true
168+
169+
- type: dropdown
170+
id: development_environment
171+
attributes:
172+
label: Which development environment are you using?
173+
multiple: true
174+
options:
175+
- Local
176+
- Gitpod
177+
- GitHub Codespaces
178+
validations:
179+
required: true
180+
181+
- type: textarea
182+
attributes:
183+
label: Anything else?
184+
description: |
185+
Links? References? Anything that will give us more context about the issue you are encountering!
186+
187+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
name: 🐛 User Bug report
2+
description: File an UI bug/issue
3+
title: <title>
4+
labels:
5+
- bug
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Is there an existing issue for this?
10+
description: Please search to see if an issue already exists for the bug you encountered.
11+
options:
12+
- label: I have searched the existing issues
13+
required: true
14+
15+
- type: textarea
16+
attributes:
17+
label: Current Behavior
18+
description: A concise description of what you're experiencing.
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
attributes:
24+
label: Expected Behavior
25+
description: A concise description of what you expected to happen.
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
attributes:
31+
label: Steps To Reproduce
32+
description: Steps to reproduce the behavior.
33+
placeholder: |
34+
1. In this environment...
35+
2. With this config...
36+
3. Run '...'
37+
4. See error...
38+
validations:
39+
required: true
40+
41+
- type: dropdown
42+
id: hardware
43+
attributes:
44+
label: What kind of hardware did the bug occur on?
45+
multiple: true
46+
options:
47+
- Desktop
48+
- Pad
49+
- Phone
50+
- Smart Device
51+
- Car
52+
validations:
53+
required: true
54+
55+
- type: dropdown
56+
id: system
57+
attributes:
58+
label: On which operating system are you experiencing the problem?
59+
multiple: true
60+
options:
61+
- BSD
62+
- Linux
63+
- Windows
64+
- MacOS
65+
- iOS
66+
- Android
67+
validations:
68+
required: true
69+
70+
- type: input
71+
id: system-version
72+
attributes:
73+
label: The version of your Operation System
74+
validations:
75+
required: true
76+
77+
- type: dropdown
78+
id: Web-browser
79+
attributes:
80+
label: What browsers are you seeing the problem on?
81+
multiple: true
82+
options:
83+
- Firefox
84+
- Chrome
85+
- Safari
86+
- Microsoft Edge
87+
- Opera
88+
- Brave
89+
- Arc Browser
90+
- UC Browser
91+
validations:
92+
required: true
93+
94+
- type: input
95+
id: Web-browser-version
96+
attributes:
97+
label: The version of your Web browser
98+
validations:
99+
required: true
100+
101+
- type: dropdown
102+
id: network-connection
103+
attributes:
104+
label: What kind of network are you connecting to?
105+
multiple: true
106+
options:
107+
- WLAN
108+
- WiFi
109+
- 4G
110+
- 5G
111+
validations:
112+
required: true
113+
114+
- type: dropdown
115+
id: network-region
116+
attributes:
117+
label: What network region are you in?
118+
multiple: true
119+
options:
120+
- Global
121+
- China mainland
122+
validations:
123+
required: true
124+
125+
- type: textarea
126+
attributes:
127+
label: Anything else?
128+
description: |
129+
Links? References? Anything that will give us more context about the issue you are encountering!
130+
131+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: ✨ Feature/Enhancement
2+
description: Request a new feature or enhancement
3+
title: <title>
4+
labels:
5+
- enhancement
6+
body:
7+
- type: checkboxes
8+
attributes:
9+
label: Is there an existing feature request for this?
10+
description: Please search to see if a feature request already exists for the enhancement you are proposing.
11+
options:
12+
- label: I have searched the existing feature requests
13+
required: true
14+
15+
- type: textarea
16+
attributes:
17+
label: Description
18+
description: |
19+
A detailed description of the new feature or enhancement you are proposing. Additionally, provide any relevant
20+
links, references, or attachments to offer more context about the proposal. You can also attach images or other
21+
files by clicking this area to highlight it and then dragging files in.
22+
23+
Tip: You can attach images or other files by clicking this area to highlight it and then dragging files in.
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Use Case
30+
description: Provide a use case or scenario where this feature or enhancement would be beneficial.
31+
32+
- type: textarea
33+
attributes:
34+
label: Proposed Solution
35+
description: If you have a specific solution in mind, please describe it here.

0 commit comments

Comments
 (0)