This commit is contained in:
2024 2025-07-19 14:50:00 +08:00
parent a13b711475
commit 519dfc9be1
7 changed files with 33 additions and 59 deletions

18
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: 问题反馈 🐞
description: 有问题先更新订阅,不行才提
body:
- type: input
id: version
attributes:
label: 青龙版本
validations:
required: true
- type: textarea
id: description
attributes:
label: 问题描述
description: 尽量详细描述问题,附上错误日志或截图。
placeholder: 请描述
validations:
required: true

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: TG Chat
url: https://t.me/dylan_jdpro
about: 关注tg不迷路

View File

@ -0,0 +1,9 @@
name: "💡功能建议"
description: 为项目提想法
labels: ["pending","feature"]
body:
- type: textarea
id: require
attributes:
label: 需求描述
placeholder: 请描述

View File

@ -1,10 +0,0 @@
---
name: 'TG Chat '
about: 关注tg不迷路
title: ''
labels: ''
assignees: ''
---
https://t.me/dylan_jdpro

View File

@ -1,10 +0,0 @@
---
name: "功能建议 \U0001F4A1"
about: 为此项目提想法
title: ''
labels: ''
assignees: ''
---

View File

@ -1,38 +0,0 @@
---
name: "问题反馈 \U0001F41E"
about: 出现问题先更新订阅,不行在提问
title: ''
labels: ''
assignees: ''
---
**问题描述**
对错误进行清晰简洁的描述
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

File diff suppressed because one or more lines are too long