Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,27 @@ Feat 018 (#51)
- Merge pull request #54 from jcook3701/develop

Feat 019 (#53)
- Feat 020 (#55)

* fix(docs): readme updates.

* fix(docs): readme ci/cd checklist updates.

* fix(docs): Fixed FAQ page name.

* feat(docs): updates to git commit message info.
- Merge pull request #56 from jcook3701/develop

Feat 020 (#55)

### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(docs)* Readme updates.
- *(docs)* Readme updates.
- *(docs)* Readme updates.
- *(docs)* Readme updates.
- *(docs)* Readme ci/cd checklist updates.
- *(docs)* Fixed FAQ page name.
- *(upgrader)* Fix to move project back to cookiecutter template project.

### 🚀 Added

- *(upgrader)* Updates to upgrader configuration file to fix hooks upgrade.
## [0.1.0] - 2025-12-05

### ⚙️ Miscellaneous
Expand Down
23 changes: 17 additions & 6 deletions changelogs/releases/v0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,24 @@ Feat 018 (#51)
- Merge pull request #54 from jcook3701/develop

Feat 019 (#53)
- Feat 020 (#55)

* fix(docs): readme updates.

* fix(docs): readme ci/cd checklist updates.

* fix(docs): Fixed FAQ page name.

* feat(docs): updates to git commit message info.
- Merge pull request #56 from jcook3701/develop

Feat 020 (#55)

### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(docs)* Readme updates.
- *(docs)* Readme updates.
- *(docs)* Readme updates.
- *(docs)* Readme updates.
- *(docs)* Readme ci/cd checklist updates.
- *(docs)* Fixed FAQ page name.
- *(upgrader)* Fix to move project back to cookiecutter template project.

### 🚀 Added

- *(upgrader)* Updates to upgrader configuration file to fix hooks upgrade.
10 changes: 9 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"language": "en",
"useGitignore": true,
"words": [
"antsibull",
"antsichaut",
"bumpversion",
"cla",
"ccla",
Expand All @@ -16,16 +18,21 @@
"endmacro",
"endraw",
"endset",
"flatpak",
"gitcliff",
"githubusercontent",
"icla",
"mkdirp",
"nameisok",
"nutrimatic",
"nutri-matic",
"pkg",
"pkgs",
"pipaudit",
"pip-audit",
"pyproject",
"pytest",
"pyupgrade",
"rpmnew",
"rustc",
"streetsidesoftware",
Expand All @@ -35,7 +42,8 @@
"venv",
"visualstudio",
"vsmarketplacebadge",
"yaml"
"yaml",
"yamlfixer"
],
"flagWords": [
"hte"
Expand Down
3 changes: 2 additions & 1 deletion docs/cookiecutter_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"add_sphinx_docs": false,
"author": "Jared Cook",
"buymeacoffee_username": "jcook3701",
"changelog": "none",
"company": null,
"contribution_model": "CLA",
"copyright": "Copyright (c) 2025-2026, Jared Cook",
Expand All @@ -58,7 +59,7 @@
"publication_year": "2025",
"python_version": "3.11",
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
"template_type": "documentation",
"template_type": "cookiecutter",
"theme": "just-the-docs/just-the-docs@v0.11.0",
"timezone": "America/Los_Angeles",
"twitter_username": "",
Expand Down
16 changes: 15 additions & 1 deletion docs/jekyll/_manual/contribute/git-commit-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,21 @@ parent: Contribute

Commits are required to be conventional git commit messages. This helps with the auto-generation of the changelog files and is enforced by [pre-commit](https://pre-commit.com/).

__example:__
**options (default):**

* docs
* chore
* feat
* fix
* refactor
* ci
* test
* perf
* revert
* build
* style

**example:**

```shell
<type>[optional scope]: <description>
Expand Down
2 changes: 1 addition & 1 deletion docs/jekyll/_manual/troubleshooting/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Requirements
title: FAQ
nav_order: 1
parent: Troubleshooting
---
Expand Down
2 changes: 1 addition & 1 deletion docs/jekyll/_manual/troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ has_children: true
---
## Troubleshooting github-docs-cookiecutter

* **[FAQ]({% link _manual/troubleshooting/faq.md %})** Common questions are answered in our [Frequently Asked Questions](https://jcook3701.github.io/github-docs-cookiecutter/manual/troubleshooting/faq.md).
* **[FAQ]({% link _manual/troubleshooting/faq.md %})** Common questions are answered in our Frequently Asked Questions
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ authors = [
]
readme = "README.md"
license = "AGPL-3.0-or-later"
license-files = ["LICENSE"]
license-files = ["LICENSE.md"]
requires-python = ">=3.11"
dependencies = [
"nutri-matic>=0.1",
Expand Down
Loading