mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Deploy to GitHub Pages:
This commit is contained in:
@ -132,7 +132,7 @@ We like to keep track of:</p>
|
||||
<h2>Contributing to Wren <a href="#contributing-to-wren" name="contributing-to-wren" class="header-anchor">#</a></h2>
|
||||
<p>You’re also more than welcome to contribute to Wren itself, both the core VM and
|
||||
the command-line interpreter. The source is developed <a href="https://github.com/wren-lang/">on GitHub</a>. Our
|
||||
hope is that the codebase, tests, and <a href="https://github.com/wren-lang/wren/tree/master/doc/site">documentation</a> are easy to
|
||||
hope is that the codebase, tests, and <a href="https://github.com/wren-lang/wren/tree/main/doc/site">documentation</a> are easy to
|
||||
understand and contribute to. If they aren’t, that’s a bug.</p>
|
||||
<p>You can learn how to build wren on the <a href="getting-started.html#building-wren">getting started page</a>.</p>
|
||||
<h3>Finding something to hack on <a href="#finding-something-to-hack-on" name="finding-something-to-hack-on" class="header-anchor">#</a></h3>
|
||||
@ -192,7 +192,7 @@ docs when you edit a file:</p>
|
||||
<p><strong>Make sure the tests all pass, both the old ones and your new ones.</strong></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Add your name and email to the <a href="https://github.com/wren-lang/wren/tree/master/AUTHORS">AUTHORS</a> file if you haven’t already.</strong></p>
|
||||
<p><strong>Add your name and email to the <a href="https://github.com/wren-lang/wren/tree/main/AUTHORS">AUTHORS</a> file if you haven’t already.</strong></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Send a <a href="https://github.com/wren-lang/wren/pulls">pull request</a>.</strong> Pat yourself on the back for contributing to a
|
||||
@ -214,7 +214,7 @@ on the <a href="https://discord.gg/Kx6PxSX">discord community</a> (or the <a hre
|
||||
<a href="https://github.com/wren-lang/wren">on GitHub</a>
|
||||
— Made with ❤ by
|
||||
<a href="http://journal.stuffwithstuff.com/">Bob Nystrom</a> and
|
||||
<a href="https://github.com/wren-lang/wren/blob/master/AUTHORS">friends</a>.
|
||||
<a href="https://github.com/wren-lang/wren/blob/main/AUTHORS">friends</a>.
|
||||
</p>
|
||||
<div class="main-column">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user