mirror of
https://github.com/coolsnowwolf/lede
synced 2025-01-07 07:46:47 +08:00
github: update issue and pr template
This commit is contained in:
parent
138efb16b4
commit
4d6eb48844
20
.github/ISSUE_TEMPLATE.md
vendored
20
.github/ISSUE_TEMPLATE.md
vendored
@ -1,20 +0,0 @@
|
||||
反馈bug/问题模板,提建议请删除
|
||||
|
||||
## 1.关于你要提交的问题
|
||||
|
||||
Q:是否搜索了issue (使用 "x" 选择)
|
||||
* [ ] 没有类似的issue
|
||||
|
||||
## 2. 详细叙述
|
||||
|
||||
### (1) 具体问题
|
||||
|
||||
A:
|
||||
|
||||
### (2) 路由器型号和固件版本
|
||||
|
||||
A:
|
||||
|
||||
### (3) 详细日志
|
||||
|
||||
A:
|
32
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: 问题描述
|
||||
description: 反馈问题模板
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 详细叙述
|
||||
description: 详细叙述问题
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: duplicate_issue
|
||||
attributes:
|
||||
label: 重复 issue
|
||||
description: 是否搜索了 issues
|
||||
options:
|
||||
- label: 没有类似的 issue
|
||||
required: true
|
||||
- type: input
|
||||
id: model_name
|
||||
attributes:
|
||||
label: 具体型号
|
||||
description: 硬件型号
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: details_log
|
||||
attributes:
|
||||
label: 详细日志
|
||||
description: make V=s -j1 时的问题日志
|
||||
validations:
|
||||
required: true
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
6
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: discussion
|
||||
url: https://github.com/coolsnowwolf/lede/discussions
|
||||
about: Please ask and answer questions here.
|
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,2 +1,4 @@
|
||||
Q:你知道这是`pull request`吗?(使用 "x" 选择)
|
||||
* [ ] 我知道
|
||||
# Pull Request 规则,创建时请删除
|
||||
|
||||
- 禁止有关 "GitHub Actions" 的提交
|
||||
- 禁止使用 users.noreply.github.com 提交
|
||||
|
Loading…
Reference in New Issue
Block a user