docs: update contributing guide and pull request template

This commit is contained in:
Cell
2026-05-10 23:42:59 +08:00
parent dd6d320654
commit 799618fd3e
5 changed files with 20 additions and 7 deletions
+8 -6
View File
@@ -1,14 +1,16 @@
<!-- Thank you for contributing! -->
<!--
Thank you for contributing!
Before submitting the PR, please make sure you do the following:
- Read the [Contributing Guidelines](https://github.com/hugo-fixit/FixIt/blob/main/CONTRIBUTING.md).
- 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`).
-->
### Description
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
### Before submitting the PR, please make sure you do the following <!-- (put an "X" next to an item) -->
- [ ] Read the [Contributing Guidelines](https://github.com/hugo-fixit/FixIt/blob/main/CONTRIBUTING.md).
- [ ] 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`).
### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
- [ ] Bug fix
+3
View File
@@ -16,6 +16,9 @@ node_modules/
!.vscode/extensions.json
!.vscode/settings.json
# Trae
.trae/
# OS Files
## Windows
Thumbs.db
+7
View File
@@ -135,6 +135,13 @@ We follow the [Conventional Commits](https://www.conventionalcommits.org/) speci
|___________________ Type: Indicates the kind of change.
```
> [!NOTE]
>
> - Keep the subject line concise and ideally within 72 characters.
> - If the change is more than a sentence, add a body.
> - Do not include secrets (tokens/keys) or personal data in commit messages.
> - Do not invent issue/PR numbers or facts that are not present in the diff.
### Allowed Types
- `feat`: A new feature.
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.5" -}}
{{- hugo.Store.Set "version" "v0.4.6-20260510154300-dd6d3206" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
+1
View File
@@ -77,6 +77,7 @@
{{- end -}}
{{- /* Favicon links */ -}}
{{/* [todo] 先判断有图片资源时才加载,没有时提示引导 https://realfavicongenerator.net/ */}}
{{- if not .Site.Params.app.noFavicon -}}
{{- $relURL := relURL "" -}}
{{- with .Site.Params.app.svgFavicon -}}