mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Updated HTML docs.
This commit is contained in:
parent
6a7ccef45a
commit
c391cb1a7b
31 changed files with 87 additions and 87 deletions
|
|
@ -409,7 +409,7 @@ git checkout develop
|
|||
<h3>Fixing an Evennia bug or feature<a class="headerlink" href="#fixing-an-evennia-bug-or-feature" title="Permalink to this headline">¶</a></h3>
|
||||
<p>This should be done in your fork of Evennia. You should <em>always</em> do this in a <em>separate git branch</em> based off the Evennia branch you want to improve.</p>
|
||||
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>git checkout main (or develop)
|
||||
git branch - b myfixbranch
|
||||
git branch -b myfixbranch
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Now fix whatever needs fixing. Abide by the <a class="reference internal" href="Evennia-Code-Style.html"><span class="doc std std-doc">Evennia code style</span></a>. You can <code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">commit</span></code> commit your changes along the way as normal.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue