Skip to content

Commit 774155b

Browse files
authored
Merge pull request #11 from codeigniter4/add-ISSUE_TEMPLATE
Add ISSUE_TEMPLATE
2 parents 973391c + 05541f2 commit 774155b

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: CodeIgniter Forum
4+
url: https://forum.codeigniter.com/forum-30.html
5+
about: Please ask your support questions in the forums. Thanks!
6+
7+
- name: CodeIgniter Slack channel
8+
url: https://codeigniterchat.slack.com
9+
about: Engage with other members of the community in our Slack channel.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature request
3+
about: How to submit a feature request
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Please submit feature requests to [Forum](https://forum.codeigniter.com/forumdisplay.php?fid=29).
11+
We use GitHub Issues to track bugs and planned work.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Planned work
3+
about: Approved work planning
4+
title: 'Dev: '
5+
labels: dev
6+
assignees: ''
7+
8+
---
9+
10+
Repo maintainers will create "issues" for planned work, so it can be tracked.

0 commit comments

Comments
 (0)