Skip to content

Commit c3e43e9

Browse files
authored
Merge pull request #5343 from kenjis/fix-ISSUE_TEMPLATE/bug_report.yml
chore: improve Issue Form
2 parents e473217 + b31256f commit c3e43e9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ body:
1313
whether still open or closed, related to your report**.
1414
If there is, your report will be closed promptly.
1515
16+
For example, if you get the error "*Undefined property: Config\\Exceptions::$sensitiveDataInTrace*",
17+
you can search the GitHub repository with the keyword "[$sensitiveDataInTrace](https://github.com/codeigniter4/CodeIgniter4/search?q=%24sensitiveDataInTrace&type=issues)".
18+
1619
---
1720
1821
- type: dropdown
@@ -40,6 +43,19 @@ body:
4043
validations:
4144
required: true
4245

46+
- type: dropdown
47+
id: codeigniter-installation
48+
attributes:
49+
label: CodeIgniter4 Installation Method
50+
multiple: false
51+
options:
52+
- Composer (using `codeigniter4/appstarter`)
53+
- Composer (as dependency to an existing project)
54+
- Manual (zip or tar.gz)
55+
- Git
56+
validations:
57+
required: true
58+
4359
- type: dropdown
4460
id: operating-systems
4561
attributes:

0 commit comments

Comments
 (0)