How To Create Patch For Stendhal: Difference between revisions
Content deleted Content added
imported>Kymara No edit summary |
imported>Hendrik Brummermann No edit summary |
||
| (18 intermediate revisions by 3 users not shown) | |||
Line 1:
{{Navigation for Stendhal Top|Developing}}
{{Navigation for Stendhal Developers}}
<div style="border:10px solid #A00; padding: 2em">
'''Warning''': This page is outdated. We prefer Pull Requests on Codeberg or GitHub.
</div>
If you want to contribute to Stendhal with some changes to some files you can ease us integrating the changes if you create a patch file for your changes.
Line 7 ⟶ 14:
There are a few neat ways to make a patch file. We are going to describe here how to create a patch on each of this ways.
Once you have tested your patch please add it to our [http://sourceforge.net/tracker/?func=add&group_id=1111&atid=301111 sourceforge tracker].
As a prerequisite for both ways of creating a patch is a checked out version of Stendhal.
== Common best practices for
* Keep your local copy of Stendhal regularly up to date with
* Discuss your plans with the team at {{irc-arianne}}
* Update your local copy before you test your changes locally
Line 19 ⟶ 28:
== Creating patches ==
=== Eclipse ===
If you use [[
After updating your Stendhal project you can start the patch creation by right clicking on the project. In the context menu which appears select ''Team'' and ''Create Patch'' in the team submenu. This will open up a wizard for creating patches.
| |||