diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..e5e4d90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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 + + +- [ ] 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 + + +- 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 + +``` + +``` + +### Package dependencies Information + +``` + +``` + +### HTML Configuration + +``` + +``` + +### MiniValine Configuration + +``` + +``` + +## Other Information diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..0d1ad67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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 + + + +- [ ] 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 + + +- 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 diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..c90249b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -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 + + +- [ ] 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 diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..fb13a6e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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 + + + +- [ ] 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 + + +- 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 + +``` + +``` + +### Package dependencies Information + +``` + +``` + +### HTML Configuration + +``` + +``` + +### MiniValine Configuration + +``` + +``` + +## Other Information diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..dd81267 --- /dev/null +++ b/.github/config.yml @@ -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! \ No newline at end of file