Skip to content

Commit 6c96bcf

Browse files
committed
Update Contribute to CodeIgniter for CI4
1 parent 1052292 commit 6c96bcf

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

app/Views/contribute.php

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,17 @@
1515
<div id="inner-page-opening-text">
1616
<p>
1717
CodeIgniter is a community driven project and accepts contributions of code and documentation from the community.
18-
These contributions are made in the form of Issues or Pull Requests on the <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">CodeIgniter repository</a> on GitHub.
18+
These contributions are made in the form of <a href="https://github.com/codeigniter4/CodeIgniter4/issues" target="_blank" class="link-primary">Issues</a>
19+
or <a href="https://github.com/codeigniter4/CodeIgniter4/pulls" target="_blank" class="link-primary">Pull Requests</a>
20+
on the <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">CodeIgniter4 repository</a> on GitHub.
1921
</p>
22+
23+
<div class="inner-page-text-box">
24+
<p>
25+
The CodeIgniter 4 roadmap is explained on <a href="https://forum.codeigniter.com/forum-28.html" target="_blank" class="link-primary">our forum</a>.
26+
</p>
27+
</div>
28+
2029
<p>
2130
Issues are a quick way to point out a bug. If you find a bug or documentation error in CodeIgniter then please check
2231
a few things first:
@@ -38,12 +47,9 @@
3847
<div class="clr"></div>
3948

4049
<div class="inner-page-text-box">
41-
<div class="inner-page-text-box-title">CodeIgniter 4</div>
42-
<p>
43-
CodeIgniter 4 has its own <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">Github repository</a>. It deviates enough from CodeIgniter 3 that we want to keep them separate.
44-
</p>
50+
<div class="inner-page-text-box-title">CodeIgniter 3</div>
4551
<p>
46-
The CodeIgniter 4 roadmap is explained on <a href="https://forum.codeigniter.com/forum-28.html" target="_blank" class="link-primary">our forum</a>, and work to be done is detailed in the <a href="https://github.com/codeigniter4/CodeIgniter4/issues" target="_blank" class="link-primary">repository issues</a>.
52+
CodeIgniter 3 has its own <a href="https://github.com/bcit-ci/CodeIgniter" target="_blank" class="link-primary">Github repository</a>.
4753
</p>
4854
</div><!--contribute boxes ende-->
4955

@@ -65,13 +71,13 @@
6571
<div class="inner-page-text-sub-box">
6672
<div class="inner-page-text-sub-box-title">Testers</div>
6773
<p>
68-
We always need feedback on what works and what does not! Most of the development effort is going into Version 3,
74+
We always need feedback on what works and what does not! Most of the development effort is going into Version 4,
6975
so that is where the need is greatest. If you find something that is definitely a bug, and you are a Github user,
7076
please create a new "issue". If you are not a Github user, or if you are unsure if you have found a bug, then start
71-
a new thread in the CodeIgniter forum <a href="https://forum.codeigniter.com/forum-19.html" target="_blank" class="link-primary">Issues section</a>!
77+
a new thread in the CodeIgniter forum <a href="https://forum.codeigniter.com/forum-30.html" target="_blank" class="link-primary">Issues section</a>!
7278
</p>
7379
<p>
74-
CodeIgniter 4 has its own <a href="https://forum.codeigniter.com/forum-30.html" target="_blank" class="link-primary boldy600">support subforum</a>.
80+
CodeIgniter 3 has its own <a href="https://forum.codeigniter.com/forum-19.html" target="_blank" class="link-primary boldy600">support subforum</a>.
7581
</p>
7682
</div><!--inner-page-text-sub-box ende-->
7783

@@ -80,11 +86,11 @@
8086
<div class="inner-page-text-sub-box">
8187
<div class="inner-page-text-sub-box-title">Writers</div>
8288
<p>
83-
Every project needs good documentation! The CodeIgniter user guide is part of the <a href="https://github.com/bcit-ci/CodeIgniter" target="_blank" class="link-primary">Github project</a> (mentioned above),
89+
Every project needs good documentation! The CodeIgniter user guide is part of the <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">Github project</a> (mentioned above),
8490
and there is always room for more tutorials.
8591
</p>
8692
<p>
87-
CodeIgniter 4's user guide is part of its own <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">repository</a>.
93+
CodeIgniter 3's user guide is part of its own <a href="https://github.com/bcit-ci/CodeIgniter" target="_blank" class="link-primary">repository</a>.
8894
</p>
8995
</div><!--inner-page-text-sub-box ende-->
9096

@@ -123,15 +129,15 @@
123129
<div class="clr"></div>
124130

125131
<div class="inner-page-text-box">
126-
<div class="inner-page-text-box-title">{coderSection}</div>
132+
<div class="inner-page-text-box-title">Coder Section</div>
127133
<div class="clr"></div>
128134

129135
<div class="inner-page-text-sub-box">
130136
<div class="inner-page-text-sub-box-title">Coders</div>
131137
<p>
132-
If you would like to get involved in helping to build the next version of CodeIgniter, join us on <a href="https://github.com/codeigniter4/" target="_blank" class="link-primary">Github</a>!
133-
A detailed contribution guide is in the User Guide, but the main points are to make sure your code conforms
134-
to our <a href="https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/styleguide.rst" target="_blank"> style guide</a>,
138+
If you would like to get involved in helping to build CodeIgniter4, join us on <a href="https://github.com/codeigniter4/" target="_blank" class="link-primary">Github</a>!
139+
A detailed contribution guide is in
140+
<a href="https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md" target="_blank">Contributing to CodeIgniter</a>,
135141
that it is properly documented, and that you use the
136142
<a href="https://nvie.com/posts/a-successful-git-branching-model/" target="_blank" class="link-primary">Git-Flow branching model</a>.
137143
</p>

0 commit comments

Comments
 (0)