Skip to content

Commit 2a6042f

Browse files
authored
Feat 019 (#53)
* fix(cla): removed signatures folder as it should be re-generated as cla/v1/signatures.json. * feat(docs): Minor documentation update. * fix(configuration): Update to template_type configuration. * chore(update): Update template using ```cookiecutter_project_upgrader```
1 parent 81819a7 commit 2a6042f

File tree

7 files changed

+36
-15
lines changed

7 files changed

+36
-15
lines changed

.github/SUPPORT.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Thank you for using the github-docs-cookiecutter project! To help us maintain it efficiently, please check these resources before opening an issue.
44

55
## 🛠️ Getting Help
6-
* **Documentation:** Start by reading our [Project Wiki](https://jcook3701.github.io/github-docs-cookiecutter).
7-
* **FAQ:** Common questions are answered in our [Frequently Asked Questions](https://jcook3701.github.io/github-docs-cookiecutter/manual/troubleshooting/faq).
8-
* **Community Forums:** For general questions and "how-to" help, please use [GitHub Discussions](https://github.com/jcook3701/github-docs-cookiecutter/discussions) instead of Issues.
6+
* **Documentation:** Start by reading our [Project Wiki](https://jcook3701.github.io/github-docs-cookiecutter).
7+
* **FAQ:** Common questions are answered in our [Frequently Asked Questions](https://jcook3701.github.io/github-docs-cookiecutter/manual/troubleshooting/faq).
8+
* **Community Forums:** For general questions and "how-to" help, please use [GitHub Discussions](https://github.com/jcook3701/github-docs-cookiecutter/discussions) instead of Issues.
99

1010
## 🐛 Reporting Bugs
1111
If you have found a bug, please:
12-
1. Search existing [Issues](https://github.com/jcook3701/github-docs-cookiecutter/issues?state=open) to see if it has already been reported.
13-
2. Follow the [bug report template](ISSUE_TEMPLATE/01-bug-report.yml) to provide a reproducible example.
12+
1. Search existing [Issues](https://github.com/jcook3701/github-docs-cookiecutter/issues?state=open) to see if it has already been reported.
13+
2. Follow the [bug report template](ISSUE_TEMPLATE/01-bug-report.yml) to provide a reproducible example.
1414

1515
## 🔒 Security Vulnerabilities
1616
Please **do not** report security vulnerabilities via public issues. Instead, follow our [Security Policy](https://github.com/jcook3701/github-docs-cookiecutter/blob/master/.github/SECURITY.md) to report them privately.
@@ -22,15 +22,15 @@ This is an open-source project maintained by volunteers. We try to respond withi
2222

2323
github-docs-cookiecutter is an open-source project maintained by volunteers. Your financial support helps sustain the project by covering:
2424

25-
* **Infrastructure costs:** Domain names, hosting, and CI/CD services.
26-
* **Time:** Allowing maintainers to dedicate more time to bug fixes and new features.
25+
* **Infrastructure costs:** Domain names, hosting, and CI/CD services.
26+
* **Time:** Allowing maintainers to dedicate more time to bug fixes and new features.
2727

2828
If this project has helped you, please consider supporting us through one of the following methods:
2929
<!-- TODO:
3030
Look into GitHub Sponsors:
3131
* **[GitHub Sponsors](URL_HERE):** Ideal for recurring, direct support.
3232
* **[Open Collective](URL_HERE):** Best for corporate sponsorship and transparent expense management.
3333
-->
34-
* **[Buy Me a Coffee](https://buymeacoffee.com/jcook3701):** A simple way to provide a one-time donation.
34+
* **[Buy Me a Coffee](https://buymeacoffee.com/jcook3701):** A simple way to provide a one-time donation.
3535

3636
We greatly appreciate your support!

.jinja-runtime.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"search_paths": [
44
".",
55
"./.cookiecutter_includes",
6-
"./github-docs-cookiecutter"
6+
"./{{ cookiecutter.project_slug }}"
77
],
88
"base_dir": "."
99
},

changelogs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,22 @@ Feat 016 (#47)
190190
- Merge pull request #50 from jcook3701/develop
191191

192192
Feat 017 (#49)
193+
- Feat 018 (#51)
194+
195+
* chore(update): Update template using ```cookiecutter_project_upgrader``` from cookiecutter-cookiecutter.
196+
- Merge pull request #52 from jcook3701/develop
197+
198+
Feat 018 (#51)
193199

194200
### 🐛 Fixed
195201

196202
- *(template)* Updates to template cookiecutter.json file.
203+
- *(cla)* Removed signatures folder as it should be re-generated as cla/v1/signatures.json.
204+
- *(configuration)* Update to template_type configuration.
205+
206+
### 🚀 Added
207+
208+
- *(docs)* Minor documentation update.
197209
## [0.1.0] - 2025-12-05
198210

199211
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Changelog:
33
# --------------------------------------------------
44

5-
## [0.1.1] - 2026-01-29
5+
## [0.1.1] - 2026-01-30
66

77
### ⚙️ Miscellaneous
88

@@ -190,7 +190,19 @@ Feat 016 (#47)
190190
- Merge pull request #50 from jcook3701/develop
191191

192192
Feat 017 (#49)
193+
- Feat 018 (#51)
194+
195+
* chore(update): Update template using ```cookiecutter_project_upgrader``` from cookiecutter-cookiecutter.
196+
- Merge pull request #52 from jcook3701/develop
197+
198+
Feat 018 (#51)
193199

194200
### 🐛 Fixed
195201

196202
- *(template)* Updates to template cookiecutter.json file.
203+
- *(cla)* Removed signatures folder as it should be re-generated as cla/v1/signatures.json.
204+
- *(configuration)* Update to template_type configuration.
205+
206+
### 🚀 Added
207+
208+
- *(docs)* Minor documentation update.

docs/cookiecutter_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"publication_year": "2025",
5959
"python_version": "3.11",
6060
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
61-
"template_type": "cookiecutter",
61+
"template_type": "documentation",
6262
"theme": "just-the-docs/just-the-docs@v0.11.0",
6363
"timezone": "America/Los_Angeles",
6464
"twitter_username": "",

signatures/version1/cla.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

{{ cookiecutter.project_slug }}/_manual/troubleshooting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ has_children: true
66
---
77
## Troubleshooting {{ cookiecutter.project_name }}
88

9-
* **[FAQ]({% raw %}{% link _manual/troubleshooting/faq.md %}{% endraw %})** Common questions are answered in our [Frequently Asked Questions]({{ cookiecutter.github_io }}/manual/troubleshooting/faq.md).
9+
* **[FAQ]({% raw %}{% link _manual/troubleshooting/faq.md %}{% endraw %})** Common questions are answered in our Frequently Asked Questions

0 commit comments

Comments
 (0)