docs: add template & issue action (#305)

* docs: add pr template

* Create bug_report.md

* Create question.md

* Create issue-reply.yml
This commit is contained in:
xrkffgg
2021-02-07 10:37:12 +08:00
committed by GitHub
parent 231caea783
commit 29b20e3eb5
4 changed files with 122 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,23 @@
---
name: 🐛 Report Bug
about: Report Bug.
title: '[BUG] Report bug'
labels: 'bug'
assignees:
---
### 🐛 Bug description
<!-- Please describe the bug in detail above so that everyone can understand. -->
### 🏞 Desired result
<!-- Please describe above what you expected to see. -->
### 🚑 Other information
<!-- Please enter other information such as screenshots above. -->
<!-- From: https://github.com/one-template/issue-template -->

23
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@@ -0,0 +1,23 @@
---
name: '❓ Question or need help'
about: Question or need help
title: '[Question] Help'
labels: 'question'
assignees: ''
---
### 🧐 Problem Description
<!-- Describe the problem in detail so that everyone can understand. -->
### 💻 Sample code
<!-- If you have a solution, state it clearly here. -->
### 🚑 Other information
<!-- Other information such as screenshots can be posted here. -->
<!-- From: https://github.com/one-template/issue-template -->