summaryrefslogtreecommitdiff
path: root/themes/LoveIt/.github
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-08-14 19:01:21 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-08-14 19:01:21 +0200
commit51fb029ca27d67d7cd67352cdede45e5b25868f7 (patch)
tree6d8e34b2abdc757310ffe11189e926d017417bae /themes/LoveIt/.github
parent260b6803e78609e16ad3d59792f1681d9df0f1e4 (diff)
switch back to LoveIt, other theme is deprectated
Diffstat (limited to 'themes/LoveIt/.github')
-rw-r--r--themes/LoveIt/.github/FUNDING.yml1
-rw-r--r--themes/LoveIt/.github/ISSUE_TEMPLATE/bug-report.md41
-rw-r--r--themes/LoveIt/.github/ISSUE_TEMPLATE/config.yml5
-rw-r--r--themes/LoveIt/.github/ISSUE_TEMPLATE/feature-request.md22
4 files changed, 69 insertions, 0 deletions
diff --git a/themes/LoveIt/.github/FUNDING.yml b/themes/LoveIt/.github/FUNDING.yml
new file mode 100644
index 0000000..01e34cc
--- /dev/null
+++ b/themes/LoveIt/.github/FUNDING.yml
@@ -0,0 +1 @@
+custom: https://paypal.me/dillonzq
diff --git a/themes/LoveIt/.github/ISSUE_TEMPLATE/bug-report.md b/themes/LoveIt/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 0000000..1772996
--- /dev/null
+++ b/themes/LoveIt/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,41 @@
+---
+name: Bug Report 错误报告
+about: Create a bug report 创建一个错误报告
+title: "[BUG] Some problem..."
+labels: bug
+
+---
+
+### Describe the bug 描述你遇到的错误
+
+A clear and concise description of what the bug is.
+一段简短的对于你遇到的错误的描述.
+
+### Expected behavior 期待的行为
+
+A clear and concise description of what you expected to happen.
+一段简短的对于你期待的行为的描述.
+
+### Screenshots 屏幕截图
+
+If applicable, add screenshots to help explain your problem.
+如果可以的话, 提供屏幕截图对解决问题很有帮助.
+
+### Build Environment 构建环境
+
+- OS: [e.g. Windows 11, macOS, Ubuntu]
+- Theme version/commit [e.g. 0.2.0, 2ccba79]
+- Hugo version [e.g. 0.69.0]
+
+Please try to use Hugo **extended** version before opening the issue.
+请在创建 issue 之前先尝试使用 Hugo **extended** 版本构建.
+
+### Preview Environment 预览环境
+
+- OS: [e.g. Windows 11, macOS, Ubuntu, iOS, Android]
+- Browser type/version [e.g. Chrome 103.0.5060.53, Safari 15.5, Edge 103.0.1264.37, Firefox 102.0]
+
+### Additional Information 补充信息
+
+Configuration files or front matter code...
+配置文件或者前置参数的代码...
diff --git a/themes/LoveIt/.github/ISSUE_TEMPLATE/config.yml b/themes/LoveIt/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..812820b
--- /dev/null
+++ b/themes/LoveIt/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Theme Documentation 主题文档
+ url: https://hugoloveit.com/categories/documentation/
+ about: Please read the documentation carefully. 请先仔细阅读主题文档.
diff --git a/themes/LoveIt/.github/ISSUE_TEMPLATE/feature-request.md b/themes/LoveIt/.github/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index 0000000..b6e4c7d
--- /dev/null
+++ b/themes/LoveIt/.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,22 @@
+---
+name: Feature request 功能请求
+about: Suggest an idea for this project 为这个项目提供一个建议
+title: "[FEATURE] Some feature"
+labels: enhancement
+
+---
+
+### Describe the feature you want 描述你的功能需求
+
+- Feature 1 功能需求 1
+ I want this feature to solve ...
+ 我希望这个功能解决 ...
+- Feature 2 功能需求 2
+ I want this feature to solve ...
+ 我希望这个功能解决 ...
+- ...
+
+### Useful reference 有价值的参考
+
+If available, provide useful links to fulfill the feature.
+如果可以的话, 提供实现这个功能的相关参考链接.