Skip to content

Commit 2891953

Browse files
committed
Add missing cookiecutter namespace in templates
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent bb87b68 commit 2891953

File tree

1 file changed

+1
-1
lines changed
  • cookiecutter/{{cookiecutter.github_repo_name}}/.github/ISSUE_TEMPLATE

1 file changed

+1
-1
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
blank_issues_enabled: true
55
contact_links:
66
- name: Ask a question ❓
7-
url: https://github.com/{{github_org}}/{{github_repo_name}}/discussions/new?category=support
7+
url: https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_repo_name}}/discussions/new?category=support
88
# TODO(cookiecutter): Make sure the GitHub repository has a discussion category "Support"
99
# Rename the "Q&A" category to "Support" and change the emoji to 🆘 (SOS)
1010
about: Use this if you are not sure how to do something, have installation problems, etc.

0 commit comments

Comments
 (0)