Update issue templates

This commit is contained in:
New Future
2020-01-17 20:12:21 +08:00
committed by GitHub
parent 3c29b08cb7
commit 451d51bce8
5 changed files with 122 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
---
name: debug [出错]
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
## **Describe the bug [描述]**
<!-- 如果存在相同问题直接评论在相关问题下,不用新开issue -->
## **To Reproduce [复现]**
### version info [基本信息]
* DDNS Version:
* OS Version
* Type(运行方式): Binary/Python
* related issues (相关问题):
### config file [配置文件]
<!-- remove your id and token, 注意打码 -->
```json
{
}
```
### debug output [调试输出]
<!-- set debug: true in config, 配置文件debug 设置为true 可打印详细日志 -->
```sh
粘贴输出日志
paste out put here
```
**Additional context**
<!-- Add any other context about the problem here. -->
+38
View File
@@ -0,0 +1,38 @@
---
name: debug
about: 出错和调试
title: "[debug]"
labels: bug
assignees: ''
---
## **Describe the bug [描述]**
<!-- 如果存在相同问题直接评论在相关问题下,不用新开issue -->
## **To Reproduce [复现]**
### version info [基本信息]
* DDNS Version:
* OS Version
* Type(运行方式): Binary/Python
* related issues (相关问题):
### config file [配置文件]
<!-- remove your id and token, 注意打码 -->
```json
{
}
```
### debug output [调试输出]
<!-- set debug: true in config, 配置文件debug 设置为true 可打印详细日志 -->
```sh
粘贴输出日志
paste out put here
```
**Additional context**
<!-- Add any other context about the problem here. -->
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature request
about: 新功能建议
title: "[feature]"
labels: feature
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
@@ -0,0 +1,16 @@
---
name: New DNS Provider
about: 接入新DNS服务商
title: "[dns]"
labels: NewDNSProvider
assignees: ''
---
## info
* DNS provider 服务商 :
* Document of DNS Provider:
* pull request linke: #
##
+10
View File
@@ -0,0 +1,10 @@
---
name: Other Issues
about: 其它问题
title: ''
labels: ''
assignees: ''
---