Skip to content

Commit

Permalink
Merge pull request #5343 from kenjis/fix-ISSUE_TEMPLATE/bug_report.yml
Browse files Browse the repository at this point in the history
chore: improve Issue Form
  • Loading branch information
paulbalandan authored Nov 19, 2021
2 parents e473217 + b31256f commit c3e43e9
Showing 1 changed file with 16 additions and 0 deletions.
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

0 comments on commit c3e43e9

Please sign in to comment.