Skip to content

Commit

Permalink
Fix contributing merge errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
expwnent committed Mar 30, 2015
2 parents f9b431b + d07e1b6 commit 0849099
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Code Format
How to get new code into DFHack
-------------------------------

* Submit pull requests to the develop branch, not the master branch. The master branch always points at the most recent release.
* Use new branches for each feature/fix so that your changes can be merged independently.
* Submit pull requests to the ``develop`` branch, not the master branch. The master branch always points at the most recent release.
* Use new branches for each feature/fix so that your changes can be merged independently (i.e. not the master or develop branch of your fork).
* If possible, compile on multiple platforms
* Do update NEWS/Contributors.rst
* Do **NOT** run fix-texts.sh or update .html files (except to locally test changes to .rst files)
* Update NEWS and Contributors.rst when applicable
* Do **NOT** run fixTexts.sh or update .html files (except to locally test changes to .rst files)
* Create a Github Pull Request once finished
* Work done against `issues <http://github.com/DFHack/dfhack/issues>`_ that are tagged "bug report" gets priority

* Submit ideas and bug reports as issues on github. Posts in the forum thread are also acceptable but can get missed or forgotten more easily.
* Submit ideas and bug reports as issues on Github. Posts in the forum thread are also acceptable but can get missed or forgotten more easily.

---------------
Memory research
Expand All @@ -57,4 +57,3 @@ Good linux tools:
* Some of the tools residing in the ``legacy`` dfhack branch.

Using publicly known information and analyzing the game's data is preferred.

0 comments on commit 0849099

Please sign in to comment.