Skip to content

Commit 9cf1491

Browse files
authored
Merge pull request #341 from rpungello/main
Fix issue template URLs
2 parents b158a47 + 15ed4a6 commit 9cf1491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/:vendor_name/:package_name/discussions/new?category=q-a
4+
url: https://github.com/:vendor_slug/:package_name/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/:vendor_name/:package_name/discussions/new?category=ideas
7+
url: https://github.com/:vendor_slug/:package_name/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/:vendor_name/:package_name/security/policy
10+
url: https://github.com/:vendor_slug/:package_name/security/policy
1111
about: Learn how to notify us for sensitive bugs

0 commit comments

Comments
 (0)