-
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.
Merge pull request #71 from haha-zwx-ooo/main
0.7.0b0
- Loading branch information
Showing
335 changed files
with
7,171 additions
and
4,279 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,66 @@ | ||
name: secretpad Issue Template | ||
description: Thank you for reporting the issue! | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please make sure that you report a code/doc bug, feature request or build/installation bug on GitHub. | ||
- type: dropdown | ||
id: issue-type | ||
attributes: | ||
label: Issue Type | ||
description: What type of issue would you like to report? | ||
multiple: false | ||
options: | ||
- Bug | ||
- Build/Install | ||
- Feature Request | ||
- Documentation Feature Request | ||
- Documentation Bug | ||
- Others | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: source | ||
attributes: | ||
label: Source | ||
description: Secretflow installed from | ||
options: | ||
- local | ||
- docker | ||
validations: | ||
required: true | ||
- type: input | ||
id: secretpadversion | ||
attributes: | ||
label: secretpad Version | ||
description: | ||
placeholder: e.g., secretpad 0.6.0b0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: kusciaversion | ||
attributes: | ||
label: kuscia Version | ||
description: | ||
placeholder: e.g., kuscia 0.7.0b0 | ||
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: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happend and What you expected to happen. | ||
description: Describe the bug, exepcted behavior and relevant log output. | ||
placeholder: A bug happened! | ||
value: | ||
render: shell | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.