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
Thanks for stopping by to let us know something could be better!
10
+
- type: textarea
11
+
id: what-happened
12
+
attributes:
13
+
label: What happened?
14
+
description: Also tell us what you expected to happen and how to reproduce the issue.
15
+
placeholder: Tell us what you see!
16
+
value: "A bug happened!"
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: logs
21
+
attributes:
22
+
label: Relevant log output
23
+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
24
+
render: shell
25
+
- type: checkboxes
26
+
id: terms
27
+
attributes:
28
+
label: Code of Conduct
29
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/MetaGLM/zhipuai-sdk-java-v4/blob/main/CODE_OF_CONDUCT.md)
30
+
options:
31
+
- label: I agree to follow this project's Code of Conduct
Thanks for stopping by to let us know something could be better!
10
+
- type: textarea
11
+
id: problem
12
+
attributes:
13
+
label: Is your feature request related to a problem? Please describe.
14
+
description: A clear and concise description of what the problem is.
15
+
placeholder: Ex. I'm always frustrated when [...]
16
+
- type: textarea
17
+
id: describe
18
+
attributes:
19
+
label: Describe the solution you'd like
20
+
description: A clear and concise description of what you want to happen.
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: alternatives
25
+
attributes:
26
+
label: Describe alternatives you've considered
27
+
description: A clear and concise description of any alternative solutions or features you've considered.
28
+
- type: textarea
29
+
id: context
30
+
attributes:
31
+
label: Additional context
32
+
description: Add any other context or screenshots about the feature request here.
33
+
- type: checkboxes
34
+
id: terms
35
+
attributes:
36
+
label: Code of Conduct
37
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/MetaGLM/zhipuai-sdk-java-v4/blob/main/CODE_OF_CONDUCT.md)
38
+
options:
39
+
- label: I agree to follow this project's Code of Conduct
0 commit comments