mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
docs: update contributing guide and pull request template
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -16,6 +16,9 @@ node_modules/
|
||||
!.vscode/extensions.json
|
||||
!.vscode/settings.json
|
||||
|
||||
# Trae
|
||||
.trae/
|
||||
|
||||
# OS Files
|
||||
## Windows
|
||||
Thumbs.db
|
||||
|
||||
@@ -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,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" . -}}
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
{{- end -}}
|
||||
|
||||
{{- /* Favicon links */ -}}
|
||||
{{/* [todo] 先判断有图片资源时才加载,没有时提示引导 https://realfavicongenerator.net/ */}}
|
||||
{{- if not .Site.Params.app.noFavicon -}}
|
||||
{{- $relURL := relURL "" -}}
|
||||
{{- with .Site.Params.app.svgFavicon -}}
|
||||
|
||||
Reference in New Issue
Block a user