File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }}/_manual Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ Feat 013 (#41)
134134### 🐛 Fixed
135135
136136- * (template)* Updates to template cookiecutter.json file.
137+ - * (links)* Fix for document links.
137138## [ 0.1.0] - 2025-12-05
138139
139140### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -134,3 +134,4 @@ Feat 013 (#41)
134134### 🐛 Fixed
135135
136136- * (template)* Updates to template cookiecutter.json file.
137+ - * (links)* Fix for document links.
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ title : " YAML Style Guide"
4+ nav_order : 1
5+ parent : " Style Guide"
6+ ---
Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ This page lists resources for developers who want to contribute to the {{ cookie
1212
1313### Contribute code to {{ cookiecutter.project_name }}
1414
15- * [ Contributing to {{ cookiecutter.project_name }}] ( )
1615* [ Developer guide] ({% raw %}{% link _ manual/contribute/developer-guide.md %}{% endraw %})
1716* [ Create a pull request] walks you through preparing a clear, descriptive pull request.
18- * Browse all [ issues] ({{ cookiecutter.repo_url }}/issues/new) to find a good first task. You can also filter by [ help wanted] ( ) .
17+ * [ Create a feature request] ({% raw %}{% link _ manual/contribute/create-feature-request.md %}{% endraw %})
18+ * [ Merge a pull request] ({% raw %}{% link _ manual/contribute/merge-pull-request.md %}{% endraw %})
19+ * Browse all [ issues] ({{ cookiecutter.repo_url }}/issues/new) to find a good first task. <!-- You can also filter by [help wanted](). -->
1920
2021### Contribute without code
2122
You can’t perform that action at this time.
0 commit comments