-
Notifications
You must be signed in to change notification settings - Fork 137
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 #306 from idea2app/optimize-Issue-PR
[refactor] replace Markdown with YAML for GitHub Issue templates
- Loading branch information
Showing
10 changed files
with
147 additions
and
44 deletions.
There are no files selected for viewing
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,36 @@ | ||
name: React UI generation | ||
description: will trigger a React UI generation workflow | ||
labels: | ||
- ui-gen | ||
body: | ||
- type: input | ||
attributes: | ||
label: Content language / 内容语言 | ||
description: such as English, Chinese, etc. / 如英文、中文等 | ||
value: English | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Major content / 主要内容 | ||
value: |- | ||
1. content, function & component / 内容、功能和组件 | ||
2. content, function & component / 内容、功能和组件 | ||
3. content, function & component / 内容、功能和组件 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Style theme / 样式主题 | ||
description: such as Technical, Cute, Natural etc. / 如科技风、可爱风、自然风等 | ||
- type: textarea | ||
attributes: | ||
label: Referred image / 参考图片 | ||
description: >- | ||
upload or paste Prototype, UI design or Screenshot images / 上传或粘贴 原型图、UI | ||
设计图 或 屏幕截图 | ||
- type: markdown | ||
attributes: | ||
value: >- | ||
This template was generated with [Issue Forms | ||
Creator](https://issue-forms-creator.netlify.app) |
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,36 @@ | ||
name: Svelte UI generation | ||
description: will trigger a Svelte UI generation workflow | ||
labels: | ||
- svelte-ui-gen | ||
body: | ||
- type: input | ||
attributes: | ||
label: Content language / 内容语言 | ||
description: such as English, Chinese, etc. / 如英文、中文等 | ||
value: English | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Major content / 主要内容 | ||
value: |- | ||
1. content, function & component / 内容、功能和组件 | ||
2. content, function & component / 内容、功能和组件 | ||
3. content, function & component / 内容、功能和组件 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Style theme / 样式主题 | ||
description: such as Technical, Cute, Natural etc. / 如科技风、可爱风、自然风等 | ||
- type: textarea | ||
attributes: | ||
label: Referred image / 参考图片 | ||
description: >- | ||
upload or paste Prototype, UI design or Screenshot images / 上传或粘贴 原型图、UI | ||
设计图 或 屏幕截图 | ||
- type: markdown | ||
attributes: | ||
value: >- | ||
This template was generated with [Issue Forms | ||
Creator](https://issue-forms-creator.netlify.app) |
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,36 @@ | ||
name: Vue UI generation | ||
description: will trigger a Vue UI generation workflow | ||
labels: | ||
- vue-ui-gen | ||
body: | ||
- type: input | ||
attributes: | ||
label: Content language / 内容语言 | ||
description: such as English, Chinese, etc. / 如英文、中文等 | ||
value: English | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Major content / 主要内容 | ||
value: |- | ||
1. content, function & component / 内容、功能和组件 | ||
2. content, function & component / 内容、功能和组件 | ||
3. content, function & component / 内容、功能和组件 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Style theme / 样式主题 | ||
description: such as Technical, Cute, Natural etc. / 如科技风、可爱风、自然风等 | ||
- type: textarea | ||
attributes: | ||
label: Referred image / 参考图片 | ||
description: >- | ||
upload or paste Prototype, UI design or Screenshot images / 上传或粘贴 原型图、UI | ||
设计图 或 屏幕截图 | ||
- type: markdown | ||
attributes: | ||
value: >- | ||
This template was generated with [Issue Forms | ||
Creator](https://issue-forms-creator.netlify.app) |
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,17 @@ | ||
- icon: visualstudio | ||
label: "GitHub.dev" | ||
message: "PR-$prNumber" | ||
color: "blue" | ||
url: "https://github.dev/$owner/$repo/pull/$prNumber" | ||
|
||
- icon: github | ||
label: "GitHub codespaces" | ||
message: "PR-$prNumber" | ||
color: "black" | ||
url: "https://codespaces.new/$owner/$repo/pull/$prNumber" | ||
|
||
- icon: git | ||
label: "GitPod.io" | ||
message: "PR-$prNumber" | ||
color: "orange" | ||
url: "https://gitpod.io/?autostart=true#https://github.com/$owner/$repo/pull/$prNumber" |
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