You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "If something isn't working as expected \U0001F914"
1
+
name: '🐛 Bug 报告'
2
+
description: '发现了问题?请告诉我们 🤔'
3
3
labels: ['needs triage', 'bug']
4
4
body:
5
5
- type: textarea
6
6
validations:
7
7
required: true
8
8
attributes:
9
-
label: 'Current behavior'
10
-
description: 'How the issue manifests?'
9
+
label: '当前行为(Bug 描述)'
10
+
description: '这个问题是如何表现的?请详细描述当前的错误行为'
11
+
placeholder: |
12
+
当我尝试...时,发生了...
13
+
预期应该...,但实际上...
11
14
12
15
- type: input
13
16
validations:
14
17
required: true
15
18
attributes:
16
-
label: 'Minimum reproduction code'
17
-
description: 'An URL to some git repository or gist that reproduces this issue. [Wtf is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)'
0 commit comments