👷 add: issue template & welcome
This commit is contained in:
parent
3ff6f74bff
commit
7a0d513a5b
64
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
64
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Something isn't working as expected
|
||||||
|
title: ''
|
||||||
|
labels: Bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
||||||
|
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
||||||
|
|
||||||
|
## Issue Checklist <!-- 我确认我已经查看了 -->
|
||||||
|
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
||||||
|
|
||||||
|
- [ ] I am using [the latest](https://github.com/MiniValine/MiniValine/releases/latest) version of MiniValine.
|
||||||
|
- [ ] I have reviewed the [MiniValine FAQs](https://github.com/MiniValine/MiniValine/blob/master/.github/FAQ.md), which does not help me.
|
||||||
|
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [issues](https://github.com/MiniValine/MiniValine/issues), which does not help me.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
## Expected behavior <!-- 预期行为 -->
|
||||||
|
|
||||||
|
|
||||||
|
## Actual behavior <!-- 实际行为 -->
|
||||||
|
<!-- Please provide at least one of the following information (请至少提供以下的一项信息) -->
|
||||||
|
|
||||||
|
- Links to demo site with this issue: N/A
|
||||||
|
- Links to repository or source code of the blog: N/A
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to reproduce the behavior <!-- 重现步骤 -->
|
||||||
|
1. N/A
|
||||||
|
2. N/A
|
||||||
|
3. N/A
|
||||||
|
|
||||||
|
|
||||||
|
## Environment Information
|
||||||
|
|
||||||
|
### Node.js and NPM Information
|
||||||
|
<!-- Paste output from `node -v && npm -v` (粘贴 `node -v && npm -v` 输出的信息) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### Package dependencies Information
|
||||||
|
<!-- Paste output from `npm ls --depth 0` (粘贴 `npm ls --depth 0` 输出的信息) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### HTML Configuration
|
||||||
|
<!-- Paste configuration from HTML (粘贴 HTML 配置 中的内容) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### MiniValine Configuration
|
||||||
|
<!-- Paste configuration from MiniValine (粘贴 MiniValine 配置 中的内容) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Other Information <!-- (Like Browser, System, Screenshots) -->
|
38
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: Feature Request
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
||||||
|
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
||||||
|
|
||||||
|
## Issue Checklist <!-- 我确认我已经查看了 -->
|
||||||
|
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
||||||
|
|
||||||
|
|
||||||
|
- [ ] I am using [the latest](https://github.com/MiniValine/MiniValine/releases/latest) version of MiniValine.
|
||||||
|
- [ ] I have reviewed the [MiniValine FAQs](https://github.com/MiniValine/MiniValine/blob/master/.github/FAQ.md), which does not help me.
|
||||||
|
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [issues](https://github.com/MiniValine/MiniValine/issues), which does not help me.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
## Expected behavior <!-- 预期行为 -->
|
||||||
|
|
||||||
|
|
||||||
|
## Actual behavior <!-- 实际行为 -->
|
||||||
|
<!-- Please provide at least one of the following information (请至少提供以下的一项信息) -->
|
||||||
|
|
||||||
|
- Links to demo site with this feature: N/A
|
||||||
|
- Links to repository or source code of the blog: N/A
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to reproduce the behavior <!-- 重现步骤 -->
|
||||||
|
1. N/A
|
||||||
|
2. N/A
|
||||||
|
3. N/A
|
||||||
|
|
||||||
|
## Other Information <!-- Like Browser, System, Screenshots -->
|
22
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: Other
|
||||||
|
about: Not a question, feature request or bug report
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
||||||
|
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
||||||
|
|
||||||
|
## Issue Checklist <!-- 我确认我已经查看了 -->
|
||||||
|
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
||||||
|
|
||||||
|
- [ ] I am using [the latest](https://github.com/MiniValine/MiniValine/releases/latest) version of MiniValine.
|
||||||
|
- [ ] I have reviewed the [MiniValine FAQs](https://github.com/MiniValine/MiniValine/blob/master/.github/FAQ.md), which does not help me.
|
||||||
|
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [issues](https://github.com/MiniValine/MiniValine/issues), which does not help me.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
## Other Information <!-- Like Browser, System, Screenshots -->
|
65
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
65
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: I have a question for MiniValine
|
||||||
|
title: ''
|
||||||
|
labels: Question
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Please follow this Issue template to provide relevant information, such as source code repositories, blog links, and screenshots, which will help us investigate.
|
||||||
|
请按照此 Issue 模版提供相关信息,例如源码仓库、博客链接和屏幕截图,这将有助于我们进行调查。
|
||||||
|
|
||||||
|
## Issue Checklist <!-- 我确认我已经查看了 -->
|
||||||
|
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
||||||
|
|
||||||
|
|
||||||
|
- [ ] I am using [the latest](https://github.com/MiniValine/MiniValine/releases/latest) version of MiniValine.
|
||||||
|
- [ ] I have reviewed the [MiniValine FAQs](https://github.com/MiniValine/MiniValine/blob/master/.github/FAQ.md), which does not help me.
|
||||||
|
- [ ] I have reviewed the latest Roadmap on GitHub and searched for current [issues](https://github.com/MiniValine/MiniValine/issues), which does not help me.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
## Expected behavior <!-- 预期行为 -->
|
||||||
|
|
||||||
|
|
||||||
|
## Actual behavior <!-- 实际行为 -->
|
||||||
|
<!-- Please provide at least one of the following information (请至少提供以下的一项信息) -->
|
||||||
|
|
||||||
|
- Links to demo site with this issue: N/A
|
||||||
|
- Links to repository or source code of the blog: N/A
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to reproduce the behavior <!-- 重现步骤 -->
|
||||||
|
1. N/A
|
||||||
|
2. N/A
|
||||||
|
3. N/A
|
||||||
|
|
||||||
|
|
||||||
|
## Environment Information
|
||||||
|
|
||||||
|
### Node.js and NPM Information
|
||||||
|
<!-- Paste output from `node -v && npm -v` (粘贴 `node -v && npm -v` 输出的信息) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### Package dependencies Information
|
||||||
|
<!-- Paste output from `npm ls --depth 0` (粘贴 `npm ls --depth 0` 输出的信息) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### HTML Configuration
|
||||||
|
<!-- Paste configuration from HTML (粘贴 HTML 配置 中的内容) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### MiniValine Configuration
|
||||||
|
<!-- Paste configuration from MiniValine (粘贴 MiniValine 配置 中的内容) -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Other Information <!-- (Like Browser, System, Screenshots) -->
|
12
.github/config.yml
vendored
Normal file
12
.github/config.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# =============================================================================================== #
|
||||||
|
# Configuration for welcome - https://github.com/behaviorbot/welcome
|
||||||
|
|
||||||
|
# Comment to be posted to on first time issues
|
||||||
|
newIssueWelcomeComment: >
|
||||||
|
Thanks for opening this issue, maintainers will get back to you as soon as possible!
|
||||||
|
# Comment to be posted to on PRs from first time contributors in your repository
|
||||||
|
newPRWelcomeComment: >
|
||||||
|
Thanks so much for opening your first PR here!
|
||||||
|
# Comment to be posted to on pull requests merged by a first time user
|
||||||
|
firstPRMergeComment: >
|
||||||
|
Congrats on merging your first pull request here! :tada: How awesome!
|
Loading…
Reference in New Issue
Block a user