mirror of
https://github.com/NewFuture/DDNS.git
synced 2022-04-19 20:24:44 +00:00
Update issue templates
This commit is contained in:
@@ -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. -->
|
||||
@@ -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. -->
|
||||
@@ -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: #
|
||||
|
||||
##
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Other Issues
|
||||
about: 其它问题
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user