Skip to content

Commit e8db909

Browse files
committed
chore: add codeigniter-installation in Issue Form
1 parent 328aa76 commit e8db909

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ body:
4343
validations:
4444
required: true
4545

46+
- type: dropdown
47+
id: codeigniter-installation
48+
attributes:
49+
label: CodeIgniter4 Installation
50+
multiple: false
51+
options:
52+
- Composer; appstarter
53+
- Composer; Adding CI4 to an Existing Project
54+
- Manual (zip or tar.gz)
55+
- Git
56+
validations:
57+
required: true
58+
4659
- type: dropdown
4760
id: operating-systems
4861
attributes:

0 commit comments

Comments
 (0)