Skip to content

Commit a3a74c7

Browse files
authored
Merge pull request #757 from inertiajs/github-issue-templates
GitHub issue template
2 parents 49521d3 + 605f08a commit a3a74c7

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Bug Report
2+
description: "Submit an issue related to the Inertia Laravel adapter."
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: "Please read [our full contribution guide](https://laravel.com/docs/contributions#bug-reports) before submitting bug reports related to the Inertia Laravel adapter."
7+
- type: input
8+
attributes:
9+
label: "PHP package version"
10+
description: Provide the version of `inertiajs/inertia-laravel` you are using.
11+
placeholder: 2.0.0
12+
validations:
13+
required: true
14+
- type: checkboxes
15+
attributes:
16+
label: Inertia adapter(s) affected (if any)
17+
description: Select any frontend adapters involved in this issue, if relevant.
18+
options:
19+
- label: React
20+
- label: Vue 3
21+
- label: Svelte
22+
- label: Not Applicable
23+
- type: textarea
24+
attributes:
25+
label: Backend stack
26+
description: Provide details such as Laravel version, PHP version, and any relevant backend environment info.
27+
placeholder: |
28+
Laravel 12.x
29+
PHP 8.4
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: Describe the problem
35+
description: Explain the behavior you're seeing that you think is a bug, and describe how you expect it to behave instead.
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Steps to reproduce
41+
description: Provide clear steps to reproduce the issue. Include a minimal code example that clearly shows the problem.
42+
validations:
43+
required: true

.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: Feature Request
4+
url: https://github.com/inertiajs/inertia/discussions/new?category=ideas
5+
about: "For ideas or feature requests, start a new discussion"
6+
- name: Support Questions & Other
7+
url: https://github.com/inertiajs/inertia/discussions/new?category=help
8+
about: "This repository is only for reporting bugs. If you have a question or need help using the library, click:"
9+
- name: Documentation issue
10+
url: https://github.com/inertiajs/inertiajs.com
11+
about: For documentation issues, open a pull request at the inertiajs/inertiajs.com repository

0 commit comments

Comments
 (0)