-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repo-sync-2024-07-16T11:00:15+0800 (#378)
* repo-sync-2024-07-16T11:00:15+0800 * repo-sync-2024-07-17T10:27:38+0800 * Fix/circleci (#338) * fix circleci * update name * update name * update * update * update version * fix golangci-lint * update sf version --------- Co-authored-by: yushiqie <1539578852@qq.com>
- Loading branch information
1 parent
7663c20
commit 8032a3a
Showing
334 changed files
with
10,342 additions
and
4,906 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
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) | ||
Please post on our [discussions](https://github.com/secretflow/kuscia/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 | ||
- Feature | ||
- Document | ||
- Others | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: searched-for-existing-issues | ||
attributes: | ||
label: Search for existing issues similar to yours | ||
description: Existing [documents](https://www.secretflow.org.cn/zh-CN/docs/kuscia/main/) and [issues](https://github.com/secretflow/kuscia/issues) | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
- type: input | ||
id: kuscia-version | ||
attributes: | ||
label: Kuscia Version | ||
description: | ||
placeholder: e.g., kuscia 0.7.0b0 | ||
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 links. | ||
placeholder: e.g.,https://www.secretflow.org.cn/zh-CN/docs/kuscia/main/reference/concepts | ||
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 |
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.