mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-09-26 23:09:20 +08:00

Some checks are pending
GitHub CI / Linux ${{ matrix.arch }} Build (aarch64, subconverter_aarch64, ubuntu-24.04-arm) (push) Waiting to run
GitHub CI / Linux ${{ matrix.arch }} Build (amd64, subconverter_linux64, ubuntu-latest) (push) Waiting to run
GitHub CI / Linux ${{ matrix.arch }} Build (armv7, subconverter_armv7, ubuntu-24.04-arm) (push) Waiting to run
GitHub CI / Linux ${{ matrix.arch }} Build (x86, subconverter_linux32, ubuntu-latest) (push) Waiting to run
GitHub CI / macOS ${{ matrix.arch }} Build (arm, subconverter_darwinarm, macos-14) (push) Waiting to run
GitHub CI / macOS ${{ matrix.arch }} Build (x86, subconverter_darwin64, macos-13) (push) Waiting to run
GitHub CI / Windows ${{ matrix.arch }} Build (amd64, subconverter_win64, x86_64, MINGW64) (push) Waiting to run
GitHub CI / Windows ${{ matrix.arch }} Build (x86, subconverter_win32, i686, MINGW32) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for Docker Hub (ubuntu-24.04-arm, linux/arm/v7) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for Docker Hub (ubuntu-24.04-arm, linux/arm64) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for Docker Hub (ubuntu-latest, linux/386) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for Docker Hub (ubuntu-latest, linux/amd64) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for GHCR (ubuntu-24.04-arm, linux/arm/v7) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for GHCR (ubuntu-24.04-arm, linux/arm64) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for GHCR (ubuntu-latest, linux/386) (push) Waiting to run
Publish Docker Image / Build ${{ matrix.platform }} for GHCR (ubuntu-latest, linux/amd64) (push) Waiting to run
Publish Docker Image / Merge Docker Hub (push) Blocked by required conditions
Publish Docker Image / Merge GHCR (push) Blocked by required conditions
30 lines
1.2 KiB
YAML
30 lines
1.2 KiB
YAML
name: 建议新功能
|
||
description: 建议此项目增加的功能
|
||
title: "[Feature] <title>"
|
||
body:
|
||
- type: checkboxes
|
||
id: ensure
|
||
attributes:
|
||
label: verify
|
||
description: 在提交之前,请确认完成以下选项
|
||
options:
|
||
- label: 我已经仔细阅读[项目文档](https://github.com/metacubex/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求
|
||
required: true
|
||
- label: 我已经检索过现有[issue](https://github.com/metacubex/subconverter/issues),确认与现有issue的内容并不重复
|
||
required: true
|
||
- label: 我已经尝试自行解决,确认自己没有能力解决
|
||
required: true
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: 功能描述
|
||
description: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前 subconverter 的行为是什么?
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: solution
|
||
attributes:
|
||
label: 可能的解决方案
|
||
description: 您期望的解决方案,可能的实现方法或者可供参考的示例
|
||
validations:
|
||
required: false |