diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.yml b/.github/ISSUE_TEMPLATE/02_feature_request.yml index 4e79294c..3d61bf16 100644 --- a/.github/ISSUE_TEMPLATE/02_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02_feature_request.yml @@ -3,32 +3,32 @@ description: "为这个项目提出一个建议" title: "[Feature request]: " labels: ['enhancement'] body: -- type: input - id: problem - attributes: - label: 相关问题 - description: "清楚而简洁地描述问题是什么。" - placeholder: "当我想要……时,软件不能……" - validations: - required: true -- type: input - id: way-to-solve - attributes: - label: 描述你希望的解决方案 - description: "你希望发生什么" - validations: - required: true -- type: input - id: instead - attributes: - label: 描述你所考虑的替代方案 - validations: - required: false -- type: checkboxes - id: "issues" - attributes: - label: "我确认已查询历史issues" - description: "否则请查询后提出" - options: - - label: 是 - required: true + - type: input + id: problem + attributes: + label: 相关问题 + description: "清楚而简洁地描述问题是什么。" + placeholder: "当我想要……时,软件不能……" + validations: + required: true + - type: input + id: way-to-solve + attributes: + label: 描述你希望的解决方案 + description: "你希望发生什么" + validations: + required: true + - type: input + id: instead + attributes: + label: 描述你所考虑的替代方案 + validations: + required: false + - type: checkboxes + id: "issues" + attributes: + label: "我确认已查询历史issues" + description: "否则请查询后提出" + options: + - label: 是 + required: true diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index f3412fb3..e4687c99 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -6,6 +6,7 @@ on: release_tag: required: false type: string + description: "Tag for the release (optional)" push: branches: - master @@ -96,4 +97,4 @@ jobs: file: ${{ github.workspace }}/v2rayN*.zip tag: ${{ github.event.inputs.release_tag }} file_glob: true - prerelease: true \ No newline at end of file + prerelease: true diff --git a/.github/workflows/build-osx.yml b/.github/workflows/build-osx.yml index 009b29dc..e0ae06b2 100644 --- a/.github/workflows/build-osx.yml +++ b/.github/workflows/build-osx.yml @@ -6,6 +6,7 @@ on: release_tag: required: false type: string + description: "Tag for the release (optional)" push: branches: - master @@ -81,4 +82,4 @@ jobs: file: ${{ github.workspace }}/v2rayN*.zip tag: ${{ github.event.inputs.release_tag }} file_glob: true - prerelease: true \ No newline at end of file + prerelease: true diff --git a/.github/workflows/build-windows-desktop.yml b/.github/workflows/build-windows-desktop.yml index b9c43ac8..11513884 100644 --- a/.github/workflows/build-windows-desktop.yml +++ b/.github/workflows/build-windows-desktop.yml @@ -6,6 +6,7 @@ on: release_tag: required: false type: string + description: "Tag for the release (optional)" push: branches: - master diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 9f8e575d..78aa418b 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -6,6 +6,7 @@ on: release_tag: required: false type: string + description: "Tag for the release (optional)" push: branches: - master @@ -68,4 +69,4 @@ jobs: file: ${{ github.workspace }}/v2rayN*.zip tag: ${{ github.event.inputs.release_tag }} file_glob: true - prerelease: true \ No newline at end of file + prerelease: true