Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-06 13:10:22 +0300
committeruPagge <upagge@mail.ru>2020-12-06 13:10:22 +0300
commit8199deea432553b8dedc7f4a7007f6547fba7aaf (patch)
tree59bf42f749697e1bb1a45a3872279ef633f7aa06 /.github
parent41c91a937d7f6578af947b452d0098e4afb0f528 (diff)
github template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md21
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md15
3 files changed, 16 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index b9b6478..9a51e57 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,41 +1,36 @@
---
-name: Bug Report 错误报告
-about: Create a bug report 创建一个错误报告
+name: Bug Report
+about: Create a bug report
title: "[BUG] Some problem..."
labels: bug
---
-### Describe the bug 描述你遇到的错误
+### Describe the bug
A clear and concise description of what the bug is.
-一段简短的对于你遇到的错误的描述.
-### Expected behavior 期待的行为
+### Expected behavior
A clear and concise description of what you expected to happen.
-一段简短的对于你期待的行为的描述.
-### Screenshots 屏幕截图
+### Screenshots
If applicable, add screenshots to help explain your problem.
-如果可以的话, 提供屏幕截图对解决问题很有帮助.
-### Build Environment 构建环境
+### Build Environment
- OS: [e.g. Windows 10, 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 预览环境
+### Preview Environment
- OS: [e.g. Windows 10, macOS, Ubuntu, iOS, Android]
- Browser [e.g. Chrome, Safari, Firefox]
-### Additional Information 补充信息
+### Additional Information
Configuration files or front matter code...
-配置文件或者前置参数的代码...
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 812820b..fb75a63 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- - name: Theme Documentation 主题文档
+ - name: Theme Documentation
url: https://hugoloveit.com/categories/documentation/
- about: Please read the documentation carefully. 请先仔细阅读主题文档.
+ about: Please read the documentation carefully.
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
index b6e4c7d..e8013bc 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.md
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -1,22 +1,19 @@
---
-name: Feature request 功能请求
-about: Suggest an idea for this project 为这个项目提供一个建议
+name: Feature request
+about: Suggest an idea for this project
title: "[FEATURE] Some feature"
labels: enhancement
---
-### Describe the feature you want 描述你的功能需求
+### Describe the feature you want
-- Feature 1 功能需求 1
+- Feature 1
I want this feature to solve ...
- 我希望这个功能解决 ...
-- Feature 2 功能需求 2
+- Feature 2
I want this feature to solve ...
- 我希望这个功能解决 ...
- ...
-### Useful reference 有价值的参考
+### Useful reference
If available, provide useful links to fulfill the feature.
-如果可以的话, 提供实现这个功能的相关参考链接.