File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Code Format
2727How 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---------------
4141Memory research
@@ -57,4 +57,3 @@ Good linux tools:
5757* Some of the tools residing in the ``legacy `` dfhack branch.
5858
5959Using publicly known information and analyzing the game's data is preferred.
60-
You can’t perform that action at this time.
0 commit comments