Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit a324b25

Browse files
Added issue templates (#24)
* ✨ Added issue templates
1 parent e07bb3b commit a324b25

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a question
4+
url: https://github.com/codebar-ag/laravel-prerender/discussions/new?category=q-a
5+
about: Ask the community for help
6+
- name: Request a feature
7+
url: https://github.com/codebar-ag/laravel-prerender/discussions/new?category=ideas
8+
about: Share ideas for new features
9+
- name: Report a bug
10+
url: https://github.com/codebar-ag/laravel-prerender/issues/new
11+
about: Report a reproducable bug

0 commit comments

Comments
 (0)