docs(github): add issue & pr template

This commit is contained in:
oceanlvr
2022-03-05 20:12:02 +08:00
parent d4ae27bd3d
commit 9da0a2e13a
4 changed files with 94 additions and 0 deletions

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

@@ -0,0 +1,29 @@
---
name: Bug_Report
about: Create a report to help us improve
title: "[Bug] the title of bug report"
labels: bug
assignees: ''
---
#### What did I do
Something you have done.
#### What happened
Get an error.
#### Expected
What is the expected result.
#### Environment
- OS: OS version, e.g. macOS Big Sur 11.1
- electron-vue-vite version (or commit hash), e.g. v1.0.0
#### More detail
More detail like screenshot

View File

@@ -0,0 +1,24 @@
---
name: Feature_Want
about: Suggest an idea for electron-vue-vite
title: "[Feature] the title of Feature_Want report"
labels: feature
assignees: ''
---
#### Motivation
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
#### Detailed design
Describe the solution you'd like, a clear and concise description of what you want to happen.
#### Alternatives
Describe alternatives you've considered, what other designs have been considered? What is the impact of not doing this?
#### More detail (optional)
Add any other context or screenshots about the feature request here.

16
.github/ISSUE_TEMPLATE/help_wanted.md vendored Normal file
View File

@@ -0,0 +1,16 @@
---
name: Help_Wanted
about: Confuse about the use of electron-vue-vite
title: "[Help] the title of Help_Want report"
labels: help wanted
assignees: ''
---
#### Describe the problem you Confuse
A clear and concise description of what you are confusing about.
#### More detail (optional)
Add any other context or screenshots.