mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
docs: actions
This commit is contained in:
parent
19ef17baad
commit
57c4043904
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -17,6 +17,12 @@ body:
|
||||||
- label: |
|
- label: |
|
||||||
检查这个问题是属于 [规则](https://github.com/gkd-kit/subscription) 还是属于 GKD 本身, 也许你应该去 [subscription/issues](https://github.com/gkd-kit/subscription/issues) 提交问题
|
检查这个问题是属于 [规则](https://github.com/gkd-kit/subscription) 还是属于 GKD 本身, 也许你应该去 [subscription/issues](https://github.com/gkd-kit/subscription/issues) 提交问题
|
||||||
required: true
|
required: true
|
||||||
|
- label: 我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
|
||||||
|
required: true
|
||||||
|
- label: 我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
|
||||||
|
required: true
|
||||||
|
- label: 我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: log-file
|
id: log-file
|
||||||
attributes:
|
attributes:
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -17,6 +17,12 @@ body:
|
||||||
- label: |
|
- label: |
|
||||||
检查这个问题是属于 [规则](https://github.com/gkd-kit/subscription) 还是属于 GKD 本身, 也许你应该去 [subscription/issues](https://github.com/gkd-kit/subscription/issues) 提交问题
|
检查这个问题是属于 [规则](https://github.com/gkd-kit/subscription) 还是属于 GKD 本身, 也许你应该去 [subscription/issues](https://github.com/gkd-kit/subscription/issues) 提交问题
|
||||||
required: true
|
required: true
|
||||||
|
- label: 我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
|
||||||
|
required: true
|
||||||
|
- label: 我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
|
||||||
|
required: true
|
||||||
|
- label: 我确认知晓并同意维护者直接关闭不符合 issue 规范的问题
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-description
|
id: feature-description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
4
.github/workflows/Build-Apk.yml
vendored
4
.github/workflows/Build-Apk.yml
vendored
|
@ -6,6 +6,10 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
paths-ignore:
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'README.md'
|
||||||
|
- '.github/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user