Skip to content

Commit 0849099

Browse files
committed
Fix contributing merge errors.
2 parents f9b431b + d07e1b6 commit 0849099

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Contributing.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Code Format
2727
How to get new code into DFHack
2828
-------------------------------
2929

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

38-
* 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.
38+
* 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.
3939

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

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

0 commit comments

Comments
 (0)