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
|
@ -3,7 +3,7 @@ description: "为这个项目提出一个建议"
|
|||
title: "[Feature request]: "
|
||||
labels: ['enhancement']
|
||||
body:
|
||||
- type: input
|
||||
- type: input
|
||||
id: problem
|
||||
attributes:
|
||||
label: 相关问题
|
||||
|
@ -11,20 +11,20 @@ body:
|
|||
placeholder: "当我想要……时,软件不能……"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
- type: input
|
||||
id: way-to-solve
|
||||
attributes:
|
||||
label: 描述你希望的解决方案
|
||||
description: "你希望发生什么"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
- type: input
|
||||
id: instead
|
||||
attributes:
|
||||
label: 描述你所考虑的替代方案
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
- type: checkboxes
|
||||
id: "issues"
|
||||
attributes:
|
||||
label: "我确认已查询历史issues"
|
||||
|
|
1
.github/workflows/build-linux.yml
vendored
1
.github/workflows/build-linux.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
1
.github/workflows/build-osx.yml
vendored
1
.github/workflows/build-osx.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
1
.github/workflows/build-windows-desktop.yml
vendored
1
.github/workflows/build-windows-desktop.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
1
.github/workflows/build-windows.yml
vendored
1
.github/workflows/build-windows.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
release_tag:
|
||||
required: false
|
||||
type: string
|
||||
description: "Tag for the release (optional)"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue