Skip to content

Commit db60a75

Browse files
committed
Merge branch 'main' of https://github.com/fixit-theme/FixIt
2 parents 787b7fe + b850cfc commit db60a75

257 files changed

Lines changed: 8524 additions & 1172 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 39 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,55 @@
1-
name: "Bug Report 错误报告"
2-
description: "Create a bug report 创建一个错误报告"
3-
title: "[BUG] Some problem ..."
4-
labels: ["bug"]
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: '[Bug report] '
54
body:
6-
- type: textarea
7-
id: describe
5+
- type: markdown
86
attributes:
9-
label: Describe the bug 描述你遇到的错误
10-
description: |
11-
A clear and concise description of what the bug is.
12-
一段简短的对于你遇到的错误的描述。
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
139
- type: textarea
14-
id: expected
10+
id: bug-description
1511
attributes:
16-
label: Expected behavior 期待的行为
17-
description: |
18-
A clear and concise description of what you expected to happen.
19-
一段简短的对于你期待的行为的描述。
20-
- type: textarea
21-
id: screenshots
12+
label: Description
13+
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. If you intend to submit a PR for this issue, tell us in the description. Thanks!
14+
placeholder: Bug description
15+
validations:
16+
required: true
17+
- type: input
18+
id: reproduction
2219
attributes:
23-
label: Screenshots 屏幕截图
24-
description: |
25-
If applicable, add screenshots to help explain your problem.
26-
如果可以的话,提供屏幕截图对解决问题很有帮助。
20+
label: Reproduction
21+
description: Please provide a link to a repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required.
22+
placeholder: Reproduction
23+
validations:
24+
required: true
25+
- type: dropdown
26+
id: installation-method
27+
attributes:
28+
label: Installation Method
29+
description: Select the installation method you used.
30+
options:
31+
- Hugo Module
32+
- Git Submodule
33+
- Git Clone
34+
- Manual
35+
- Other
36+
validations:
37+
required: true
2738
- type: textarea
2839
id: environment
2940
attributes:
30-
label: Build Environment 构建环境
41+
label: Build Environment
3142
description: |
3243
Please try to use Hugo **extended** version before opening the issue.
33-
请在创建 issue 之前尝试使用 Hugo **extended** 版本。
3444
placeholder: |
35-
- OS: [e.g. Windows 10, macOS, Ubuntu]
3645
- Theme version/commit [e.g. 0.2.0, 2ccba79]
37-
- Hugo version [e.g. 0.69.0]
38-
- type: textarea
39-
id: preview
40-
attributes:
41-
label: Preview Environment 预览环境
42-
placeholder: |
43-
- OS: [e.g. Windows 10, macOS, Ubuntu, iOS, Android]
44-
- Browser [e.g. Chrome, Safari, Firefox]
46+
- Hugo version [e.g. 0.147.0]
47+
- OS: [e.g. Windows 10, macOS, Ubuntu]
48+
validations:
49+
required: true
4550
- type: textarea
4651
id: additional
4752
attributes:
48-
label: Additional Information 补充信息
53+
label: Additional Information
4954
description: |
50-
Configuration files or front matter code ...
51-
配置文件或者前置参数的代码……
55+
Configuration files or front matter code snippets that may help us understand the issue.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3-
- name: Questions 问题讨论
3+
- name: Questions
44
url: https://github.com/hugo-fixit/FixIt/discussions/new
5-
about: Please ask questions in Discussion. 请在讨论中提问。
6-
7-
- name: Theme Documentation 主题文档
8-
url: https://fixit.lruihao.cn/documentation/
9-
about: Please read the documentation carefully. 请先仔细阅读主题文档。
5+
about: Please ask questions in Discussion.
6+
- name: Theme Documentation
7+
url: https://fixit.lruihao.cn/
8+
about: Please read the documentation carefully.
Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
1-
name: "Feature request 功能请求"
2-
description: "Suggest an idea for this project 为这个项目提供一个建议"
3-
title: "[FEATURE] Some feature"
4-
labels: ["enhancement"]
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: '[Feature request] '
54
body:
6-
- type: textarea
7-
id: describe
8-
attributes:
9-
label: Describe the feature you want 描述你的功能需求
10-
description: |
11-
Please submit new issues for different features.
12-
请针对不同的功能建议提交新的 issue。
13-
placeholder: |
14-
I recommend adding this feature ...
15-
我希望添加这样的一个功能……
16-
- type: textarea
17-
id: reference
18-
attributes:
19-
label: Useful reference 有价值的参考
20-
description: |
21-
If available, provide useful links to fulfill the feature.
22-
如果可以的话,提供实现这个功能的相关参考链接。
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for your interest in the project and taking the time to fill out this feature request!
9+
- type: textarea
10+
id: feature-description
11+
attributes:
12+
label: Clear and concise description of the problem
13+
description: As a user or developer using FixIt, what feature your want in details. If you intend to submit a PR for this issue, tell us in the description. Thanks!
14+
placeholder: Feature description
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: suggested-solution
19+
attributes:
20+
label: Suggested solution
21+
description: We could provide following implementation...
22+
placeholder: Suggested solution
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: alternative
27+
attributes:
28+
label: Alternative
29+
description: Clear and concise description of any alternative solutions or features you've considered.
30+
placeholder: Alternative solution
31+
- type: textarea
32+
id: additional-context
33+
attributes:
34+
label: Additional context
35+
description: Any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- Thank you for contributing! -->
2+
3+
### Description
4+
5+
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
6+
7+
### Before submitting the PR, please make sure you do the following <!-- (put an "X" next to an item) -->
8+
9+
- [ ] Read the [Contributing Guidelines](https://github.com/hugo-fixit/FixIt/blob/main/CONTRIBUTING.md).
10+
- [ ] Provide a description in this PR that addresses **what** the PR is solving. If this PR is going to solve an existing issue, please reference the issue (e.g. `close #123`).
11+
12+
### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
13+
14+
- [ ] Bug fix
15+
- [ ] New feature
16+
- [ ] Other
17+
18+
### Screenshots
19+
20+
<!-- If your PR includes UI changes, please provide before/after screenshots. If there are any other images that add context to the PR, add them here as well -->
21+
22+
**Before**
23+
24+
**After**

.github/configs/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: "CodeQL config"
1+
name: CodeQL config
22

33
paths-ignore:
44
- assets/lib/**
5-
- docs/**

0 commit comments

Comments
 (0)