This commit is contained in:
2025-09-13 10:43:50 +08:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -39,14 +39,14 @@ body:
2. 2.
3. 3.
validations: validations:
required: false required: true
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes:
label: 期望结果 | Expected Behavior label: 期望结果 | Expected Behavior
description: 你期望的正确行为或结果 | What did you expect to happen? description: 你期望的正确行为或结果 | What did you expect to happen?
validations: validations:
required: false required: true
- type: textarea - type: textarea
id: extra id: extra
attributes: attributes:
+1 -1
View File
@@ -20,7 +20,7 @@ body:
label: 需求动机 | Motivation label: 需求动机 | Motivation
description: 为什么需要这个功能?| Why do you need this feature? description: 为什么需要这个功能?| Why do you need this feature?
validations: validations:
required: false required: true
- type: textarea - type: textarea
id: design id: design
attributes: attributes: