How To Create Patch For Stendhal: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Monsterdhal
m Corrected link to the moved page "Stendhal on Eclipse"
imported>Hendrik Brummermann
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Navigation for Stendhal Top|Developing}}
{{Navigation for Stendhal Top|Developing}}
{{Navigation for Stendhal Developers}}
{{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.
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 12: Line 19:
As a prerequisite for both ways of creating a patch is a checked out version of Stendhal.
As a prerequisite for both ways of creating a patch is a checked out version of Stendhal.


== Common best practices for patches and CVS ==
== Common best practices for pull requests and patches ==
* Keep your local copy of Stendhal regularly up to date with CVS Head to avoid merge conflicts
* Keep your local copy of Stendhal regularly up to date with Git to avoid merge conflicts
* Discuss your plans with the team at {{irc-arianne}}
* Discuss your plans with the team at {{irc-arianne}}
* Update your local copy before you test your changes locally
* Update your local copy before you test your changes locally