mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-31 07:16:20 +00:00
fix indentation of feature request file. Fix error: Missing property "description" in build-related files.
This commit is contained in:
parent
8c55c629cd
commit
6b699fcae0
5 changed files with 36 additions and 32 deletions
58
.github/ISSUE_TEMPLATE/02_feature_request.yml
vendored
58
.github/ISSUE_TEMPLATE/02_feature_request.yml
vendored
|
@ -3,32 +3,32 @@ description: "为这个项目提出一个建议"
|
||||||
title: "[Feature request]: "
|
title: "[Feature request]: "
|
||||||
labels: ['enhancement']
|
labels: ['enhancement']
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
label: 相关问题
|
label: 相关问题
|
||||||
description: "清楚而简洁地描述问题是什么。"
|
description: "清楚而简洁地描述问题是什么。"
|
||||||
placeholder: "当我想要……时,软件不能……"
|
placeholder: "当我想要……时,软件不能……"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: way-to-solve
|
id: way-to-solve
|
||||||
attributes:
|
attributes:
|
||||||
label: 描述你希望的解决方案
|
label: 描述你希望的解决方案
|
||||||
description: "你希望发生什么"
|
description: "你希望发生什么"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: instead
|
id: instead
|
||||||
attributes:
|
attributes:
|
||||||
label: 描述你所考虑的替代方案
|
label: 描述你所考虑的替代方案
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: "issues"
|
id: "issues"
|
||||||
attributes:
|
attributes:
|
||||||
label: "我确认已查询历史issues"
|
label: "我确认已查询历史issues"
|
||||||
description: "否则请查询后提出"
|
description: "否则请查询后提出"
|
||||||
options:
|
options:
|
||||||
- label: 是
|
- label: 是
|
||||||
required: true
|
required: true
|
||||||
|
|
3
.github/workflows/build-linux.yml
vendored
3
.github/workflows/build-linux.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
release_tag:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -96,4 +97,4 @@ jobs:
|
||||||
file: ${{ github.workspace }}/v2rayN*.zip
|
file: ${{ github.workspace }}/v2rayN*.zip
|
||||||
tag: ${{ github.event.inputs.release_tag }}
|
tag: ${{ github.event.inputs.release_tag }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
3
.github/workflows/build-osx.yml
vendored
3
.github/workflows/build-osx.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
release_tag:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -81,4 +82,4 @@ jobs:
|
||||||
file: ${{ github.workspace }}/v2rayN*.zip
|
file: ${{ github.workspace }}/v2rayN*.zip
|
||||||
tag: ${{ github.event.inputs.release_tag }}
|
tag: ${{ github.event.inputs.release_tag }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
1
.github/workflows/build-windows-desktop.yml
vendored
1
.github/workflows/build-windows-desktop.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
release_tag:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
release_tag:
|
release_tag:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
description: "Tag for the release (optional)"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -68,4 +69,4 @@ jobs:
|
||||||
file: ${{ github.workspace }}/v2rayN*.zip
|
file: ${{ github.workspace }}/v2rayN*.zip
|
||||||
tag: ${{ github.event.inputs.release_tag }}
|
tag: ${{ github.event.inputs.release_tag }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
Loading…
Reference in a new issue