-
Notifications
You must be signed in to change notification settings - Fork 969
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
56 additions
and
33 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false # 不允许用户创建空白 Issue | ||
contact_links: | ||
- name: 遇到问题先去看文档!谢谢! # 外部网站名称 | ||
url: https://wiki.pig4cloud.com/ # 跳转的外部网站目标地址 | ||
about: 文档可以解决你80%的疑惑 # 跳转外部网站的描述说明 |
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,30 @@ | ||
name: 问题咨询 | ||
description: "![扫码加入微信群](https://minio.pigx.top/oss/1648184189.png)" | ||
body: | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: PIG版本 | ||
options: | ||
- "3.6" | ||
- "3.5" | ||
- "3.4" | ||
- "3.3" | ||
- "3.2" | ||
- "3.1" | ||
- "3.0" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: 是否修改了包名 | ||
options: | ||
- label: 是 | ||
required: false | ||
- type: textarea | ||
id: desired-solution | ||
attributes: | ||
label: 问题描述 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,5 @@ | |
</#if> | ||
</form> | ||
</div> | ||
<footer> | ||
<p>support by: pig4cloud</p> | ||
<p>email: <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</footer> | ||
</body> | ||
</html> |
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