Skip to content

Commit

Permalink
Merge pull request #1130 from Krinkle/patch-1
Browse files Browse the repository at this point in the history
Update app/templates/community/index.hbs to fix "GitHub" casing
  • Loading branch information
IgnaceMaes authored Jan 27, 2025
2 parents 661cd58 + 3948e4d commit 13642e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/community/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="lg:col-4">
<h2 id="section-contribute-to-ember" class="text-center">In a Giving Mood? Contribute to the Project</h2>
<p>
The Ember.js source is hosted on <a href="https://github.com/emberjs/ember.js/">Github</a>. To contribute patches, create a fork of the project on GitHub and submit a pull request. Please be sure to include unit tests and documentation for any new features you add. See the <a href="https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md">full guidelines</a> for more information.
The Ember.js source is hosted on <a href="https://github.com/emberjs/ember.js/">GitHub</a>. To contribute patches, create a fork of the project on GitHub and submit a pull request. Please be sure to include unit tests and documentation for any new features you add. See the <a href="https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md">full guidelines</a> for more information.
</p>
</div>
</section>
Expand Down

0 comments on commit 13642e4

Please sign in to comment.