-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Consulting_issue_template.yaml
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: Consulting issue template | ||
description: Thank you for reporting the issue! | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please ensure that you have reported the consultation issue on GitHub.(Api Usage/Existed Feature/New Feature/Document/Other) | ||
Please post on our [discussions](https://github.com/secretflow/secretpad/discussions) instead if you want to ask questions or share ideas. | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Issue Type | ||
description: What type of issue would you like to report? | ||
multiple: false | ||
options: | ||
- Api Usage | ||
- Existed Feature | ||
- New Feature | ||
- Document | ||
- Others | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: searched-for-existing-issues | ||
attributes: | ||
label: Have you searched for existing issues? | ||
description: Existing [documents](https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/latest/mvp-platform) and [issues](https://github.com/secretflow/secretpad/issues) | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
- type: input | ||
id: link | ||
attributes: | ||
label: Link to Relevant Documentation | ||
description: Link to Relevant Documentation | ||
placeholder: https://... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Question-Details | ||
attributes: | ||
label: Question Details | ||
description: Please provide a detailed description of the problem you have encountered, including the performance of the problem, the difference between expected and actual behavior, and the solutions you have tried. This will help us understand and solve your problem faster. | ||
placeholder: Describe the questions you want to consult and what you want to do | ||
value: | ||
render: shell | ||
validations: | ||
required: true |