You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ body:
13
13
whether still open or closed, related to your report**.
14
14
If there is, your report will be closed promptly.
15
15
16
-
And if you are not using the [latest version](https://github.com/codeigniter4/CodeIgniter4/releases) of CodeIgniter, please update.
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)".
17
18
18
19
---
19
20
@@ -35,6 +36,23 @@ body:
35
36
id: codeigniter-version
36
37
attributes:
37
38
label: CodeIgniter4 Version
39
+
description: |
40
+
e.g. 4.1.5
41
+
If you are not using the [latest version](https://github.com/codeigniter4/CodeIgniter4/releases), please
42
+
check to see if the problem occurs with the latest version.
43
+
validations:
44
+
required: true
45
+
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
38
56
validations:
39
57
required: true
40
58
@@ -69,6 +87,7 @@ body:
69
87
id: database
70
88
attributes:
71
89
label: Database
90
+
description: e.g. MySQL 5.6, MariaDB 10.2, PostgreSQL 9.6
0 commit comments