Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add secretpad issue template #74

Merged
merged 10 commits into from
May 28, 2024
87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/Allinone package Error issue template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
name: All_in_one Error Issue Template
description: Please use this template for Install/Deploy or Running issues with the allinone package
body:
- type: markdown
attributes:
value: |
Please ensure that you are reporting the consultation issue on GitHub.(Install/Deploy、Running、Others)
- type: dropdown
id: issue-type
attributes:
label: Issue Type
description: What type of issue would you like to report?
multiple: false
options:
- Install/Deploy
- Running
- Others
validations:
required: true
- type: dropdown
id: searched-for-existing-issues
attributes:
label: Have you searched for existing documents and 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: OS
attributes:
label: OS Platform and Distribution
description:
placeholder: e.g., Linux Ubuntu 18.04
validations:
required: true
- type: input
id: all_in_one-version
attributes:
label: All_in_one Version
description:
placeholder: e.g., v0.3.0
validations:
required: true
- type: dropdown
id: module-type
attributes:
label: Module type
description: which app module on kuscia
options:
- secretflow
- kuscia
- serving
- secretpad
- others
validations:
required: true
- type: input
id: module-version
attributes:
label: Module version
description: module version
placeholder: e.g., secretflow 1.5.0b0
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happend and What you expected to happen.
description: Describe the bug, expected behavior.
placeholder: A bug happened!
value:
render: shell
validations:
required: true
- type: textarea
id: log-output
attributes:
label: Log output.
description: Relevant log output
placeholder: |
job log output or Relevant module log output,
value:
render: shell
validations:
required: true
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/Consulting_issue_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Consulting issue template
description: Thank you for reporting the issue!
body:
- type: markdown
attributes:
value: |
Please ensure that you are reporting the consultation issue on GitHub.(Api Usage、Feature、Document、Others)
- type: dropdown
id: issue-type
attributes:
label: Issue Type
description: What type of issue would you like to report?
multiple: false
options:
- Api Usage
- 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: For faster problem-solving, if there are relevant documents, please attach a link.
placeholder: e.g.,https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/latest/kvu445094gvtkp3f
validations:
required: false
- 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
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/Secretpad Error issue template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: Secretpad Error Issue Template
description: If your question involves issues with the SecretPad platform itself or secondary development requirements, please use this template
body:
- type: markdown
attributes:
value: |
Please ensure that you are reporting the consultation issue on GitHub.(Install/Deploy、Running、Other)
- type: dropdown
id: issue-type
attributes:
label: Issue Type
description: What type of issue would you like to report?
multiple: false
options:
- Install/Deploy
- Running
- Others
validations:
required: true
- type: dropdown
id: searched-for-existing-issues
attributes:
label: Have you searched for existing documents and issues?
description: Existing [documents](https://www.secretflow.org.cn/zh-CN/docs/secretpad/v0.6.0b0/) and [issues](https://github.com/secretflow/secretpad/issues)
options:
- 'Yes'
- 'No'
validations:
required: true
- type: input
id: OS
attributes:
label: OS Platform and Distribution
description:
placeholder: e.g., Linux Ubuntu 18.04
validations:
required: true
- type: input
id: all_in_one-version
attributes:
label: All_in_one Version
description:
placeholder: e.g., v0.6.0b0
validations:
required: true
- type: input
id: kuscia-version
attributes:
label: Kuscia Version
description:
placeholder: e.g., kuscia 0.7.0b0
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What happend and What you expected to happen.
description: Describe the bug, expected behavior.
placeholder: A bug happened!
value:
render: shell
validations:
required: true
- type: textarea
id: log-output
attributes:
label: Log output.
description: Relevant log output
placeholder: |
Relevant log output
value:
render: shell
validations:
required: true
66 changes: 0 additions & 66 deletions .github/ISSUE_TEMPLATE/issue_template.yaml

This file was deleted.

Loading