Skip to content

Commit

Permalink
Create Consulting_issue_template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisdehe authored May 27, 2024
1 parent 69b02e8 commit 78b36c7
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/Consulting_issue_template.yaml
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

0 comments on commit 78b36c7

Please sign in to comment.