-
Notifications
You must be signed in to change notification settings - Fork 973
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/jdk17-dev' into jdk17
- Loading branch information
Showing
5 changed files
with
18 additions
and
14 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 |
---|---|---|
@@ -1,25 +1,28 @@ | ||
name: 问题咨询 | ||
description: "请尽可能详细的描述问题,提供足够的上下文" | ||
description: "请尽可能详细的描述问题,提供足够的上下文,一分钟的描述不需要期望别人花半小时帮你排查" | ||
body: | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: PIG版本 | ||
options: | ||
- "不处理PIGX或其他魔改版本" | ||
- "3.8" | ||
- "3.7" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
validations: | ||
required: true | ||
attributes: | ||
label: 是否修改了包名 | ||
label: 架构 | ||
options: | ||
- label: 是 | ||
required: false | ||
- label: 微服务架构 | ||
- label: 单体架构 | ||
- type: textarea | ||
id: desired-solution | ||
attributes: | ||
label: 问题描述 | ||
description: 详细问题,提供相应截图和日志 | ||
description: 详细问题,提供相应截图和日志,一分钟的描述不需要期望别人花半小时帮你排查 | ||
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
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