Skip to content

Commit b5fb970

Browse files
committed
Merge branch 'cookiecutter-template' into feat-019
2 parents 5790860 + c72c6c8 commit b5fb970

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Feat 018 (#51)
201201

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

205206
### 🚀 Added
206207

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Feat 018 (#51)
201201

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

205206
### 🚀 Added
206207

0 commit comments

Comments
 (0)