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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
-3
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,13 @@ body:
15
15
### **Check if the issue is reproducible with the latest stable version.**
16
16
You can use the command `pnpm view gacm versions` to view it
17
17
placeholder: latest
18
-
validations:
19
-
required: true
20
18
- type: textarea
21
19
id: reproduce
22
20
attributes:
23
21
label: Step to reproduce
24
22
description: |
25
23
**After the replay is turned on, what actions do we need to perform to make the bug appear? Simple and clear steps can help us locate the problem more quickly. Please clearly describe the steps of reproducing the issue. Issues without clear reproducing steps will not be repaired. If the issue marked with 'need reproduction' does not provide relevant steps within 7 days, it will be closed directly.**
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yml
-4
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,10 @@ body:
10
10
description: |
11
11
Explain your use case, context, and rationale behind this feature request. More importantly, what is the end user experience you are trying to build that led to the need for this feature?
12
12
placeholder: Please Input
13
-
validations:
14
-
required: true
15
13
- type: textarea
16
14
id: feature-api
17
15
attributes:
18
16
label: What does the proposed API look like
19
17
description: |
20
18
Describe how you propose to solve the problem and provide code samples of how the API would work once implemented. Note that you can use Markdown to format your code blocks.
0 commit comments