Skip to content

Commit dce4177

Browse files
committed
Fixed issue template links
1 parent 7118173 commit dce4177

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_slug/:package_slug/discussions/new?category=q-a
4+
url: https://github.com/SiroDiaz/laravel-redirection/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/:vendor_slug/:package_slug/discussions/new?category=ideas
7+
url: https://github.com/SiroDiaz/laravel-redirection/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a bug
10-
url: https://github.com/:vendor_slug/:package_slug/issues/new
10+
url: https://github.com/SiroDiaz/laravel-redirection/issues/new
1111
about: Report a reproducable bug

0 commit comments

Comments
 (0)