Skip to content

Commit

Permalink
Fix issue template URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpungello committed Aug 15, 2024
1 parent b158a47 commit 15ed4a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/:vendor_name/:package_name/discussions/new?category=q-a
url: https://github.com/:vendor_slug/:package_name/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
url: https://github.com/:vendor_name/:package_name/discussions/new?category=ideas
url: https://github.com/:vendor_slug/:package_name/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/:vendor_name/:package_name/security/policy
url: https://github.com/:vendor_slug/:package_name/security/policy
about: Learn how to notify us for sensitive bugs

0 comments on commit 15ed4a6

Please sign in to comment.