Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ body:
whether still open or closed, related to your report**.
If there is, your report will be closed promptly.

For example, if you get the error "*Undefined property: Config\\Exceptions::$sensitiveDataInTrace*",
you can search the GitHub repository with the keyword "[$sensitiveDataInTrace](https://github.com/codeigniter4/CodeIgniter4/search?q=%24sensitiveDataInTrace&type=issues)".

---

- type: dropdown
Expand Down Expand Up @@ -40,6 +43,19 @@ body:
validations:
required: true

- type: dropdown
id: codeigniter-installation
attributes:
label: CodeIgniter4 Installation Method
multiple: false
options:
- Composer (using `codeigniter4/appstarter`)
- Composer (as dependency to an existing project)
- Manual (zip or tar.gz)
- Git
validations:
required: true

- type: dropdown
id: operating-systems
attributes:
Expand Down