mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
1
docs/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
docs/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
6
docs/.github/ISSUE_TEMPLATE/default.md
vendored
Normal file
6
docs/.github/ISSUE_TEMPLATE/default.md
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: Default
|
||||
about: This is the default issue template.
|
||||
labels:
|
||||
- NeedsTriage
|
||||
---
|
5
docs/.github/workflows/spellcheck.yml
vendored
5
docs/.github/workflows/spellcheck.yml
vendored
@@ -20,3 +20,8 @@ jobs:
|
||||
incremental_files_only: true
|
||||
inline: warning
|
||||
strict: false
|
||||
- uses: codespell-project/actions-codespell@v2
|
||||
with:
|
||||
check_filenames: true
|
||||
check_hidden: true
|
||||
# by default, codespell uses configuration from the .codespellrc
|
||||
|
Reference in New Issue
Block a user