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
16 changes: 8 additions & 8 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Thank you for using the github-docs-cookiecutter project! To help us maintain it efficiently, please check these resources before opening an issue.

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

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

## 🔒 Security Vulnerabilities
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.
Expand All @@ -22,15 +22,15 @@ This is an open-source project maintained by volunteers. We try to respond withi

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

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

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

We greatly appreciate your support!
2 changes: 1 addition & 1 deletion .jinja-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"search_paths": [
".",
"./.cookiecutter_includes",
"./github-docs-cookiecutter"
"./{{ cookiecutter.project_slug }}"
],
"base_dir": "."
},
Expand Down
12 changes: 12 additions & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,22 @@ Feat 016 (#47)
- Merge pull request #50 from jcook3701/develop

Feat 017 (#49)
- Feat 018 (#51)

* chore(update): Update template using ```cookiecutter_project_upgrader``` from cookiecutter-cookiecutter.
- Merge pull request #52 from jcook3701/develop

Feat 018 (#51)

### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(cla)* Removed signatures folder as it should be re-generated as cla/v1/signatures.json.
- *(configuration)* Update to template_type configuration.

### 🚀 Added

- *(docs)* Minor documentation update.
## [0.1.0] - 2025-12-05

### ⚙️ Miscellaneous
Expand Down
14 changes: 13 additions & 1 deletion changelogs/releases/v0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Changelog:
# --------------------------------------------------

## [0.1.1] - 2026-01-29
## [0.1.1] - 2026-01-30

### ⚙️ Miscellaneous

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

Feat 017 (#49)
- Feat 018 (#51)

* chore(update): Update template using ```cookiecutter_project_upgrader``` from cookiecutter-cookiecutter.
- Merge pull request #52 from jcook3701/develop

Feat 018 (#51)

### 🐛 Fixed

- *(template)* Updates to template cookiecutter.json file.
- *(cla)* Removed signatures folder as it should be re-generated as cla/v1/signatures.json.
- *(configuration)* Update to template_type configuration.

### 🚀 Added

- *(docs)* Minor documentation update.
2 changes: 1 addition & 1 deletion docs/cookiecutter_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"publication_year": "2025",
"python_version": "3.11",
"repo_url": "https://github.com/jcook3701/github-docs-cookiecutter",
"template_type": "cookiecutter",
"template_type": "documentation",
"theme": "just-the-docs/just-the-docs@v0.11.0",
"timezone": "America/Los_Angeles",
"twitter_username": "",
Expand Down
3 changes: 0 additions & 3 deletions signatures/version1/cla.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ has_children: true
---
## Troubleshooting {{ cookiecutter.project_name }}

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