Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Github with GitHub #421

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions app/Views/discuss.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="warning">
<p>
Security issues should be reported with an email to our <a href="mailto:[email protected]" class="link-reverse">security team</a>, rather than being brought up on the forum or
raised as a Github issue, thanks!
raised as a GitHub issue, thanks!
</p>
</div><!--warning ends here-->

Expand Down Expand Up @@ -65,16 +65,16 @@ class="link-primary" target="_blank">signup</a> for it :)
<div class="clr"></div>

<div class="inner-page-text-box">
<div class="inner-page-text-box-title">Github</div>
<div class="inner-page-text-box-title">GitHub</div>
<p>
The development action takes place on Github. See the contribute page for more details.
The development action takes place on GitHub. See the contribute page for more details.
</p>
<p class="boldy600">
The Github repository is where you can file bug reports (github issues), or where you can submit pull requests
for enhancements to or fixes for framework. Github is *not* for support or help ... use the forum instead.
The GitHub repository is where you can file bug reports (github issues), or where you can submit pull requests
for enhancements to or fixes for framework. GitHub is *not* for support or help ... use the forum instead.
</p>
<p>
Github issues are also used for tracking planned and approved enhancements, often tied in to specific releases.
GitHub issues are also used for tracking planned and approved enhancements, often tied in to specific releases.
</p>
<p>
<a href="https://github.com/bcit-ci/CodeIgniter/" class="buttons" target="_blank">CodeIgniter 3</a>
Expand Down
2 changes: 1 addition & 1 deletion app/Views/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<div class="important-link-boxes">
<span class="boldy600 dark">Fix Bugs or Add Features</span>
<br />
On Github
On GitHub
<br /><br />
<svg height="32" viewBox="0 0 32 32" width="32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M16.003 0C7.17 0 .008 7.162.008 15.997c0 7.067 4.582 13.063 10.94 15.179.8.146 1.052-.328 1.052-.752 0-.38.008-1.442 0-2.777-4.449.967-5.371-2.107-5.371-2.107-.727-1.848-1.775-2.34-1.775-2.34-1.452-.992.109-.973.109-.973 1.605.113 2.451 1.649 2.451 1.649 1.427 2.443 3.743 1.737 4.654 1.329.146-1.034.56-1.739 1.017-2.139-3.552-.404-7.286-1.776-7.286-7.906 0-1.747.623-3.174 1.646-4.292-.165-.404-.715-2.031.157-4.234 0 0 1.343-.43 4.398 1.641a15.31 15.31 0 0 1 4.005-.538c1.359.006 2.727.183 4.005.538 3.055-2.07 4.396-1.641 4.396-1.641.872 2.203.323 3.83.159 4.234 1.023 1.118 1.644 2.545 1.644 4.292 0 6.146-3.74 7.498-7.304 7.893C19.479 23.548 20 24.508 20 26v4.428c0 .428.258.901 1.07.746C27.422 29.055 32 23.062 32 15.997 32 7.162 24.838 0 16.003 0z" fill="" fill-rule="evenodd"/></svg>
</div> <!--important-link-boxes ends here-->
Expand Down
Loading