summaryrefslogtreecommitdiff
path: root/doc/source/dev/gitwash/development_workflow.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: reorganize developer docs, use scikit-image as a base for changemattip2019-04-211-510/+0
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
|
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
| | | | | | | | | User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`.
* DOC: add BENCH prefix to documented commit prefixesJulian Taylor2017-03-251-0/+1
|
* DOC: Fix typosJakub Wilk2017-03-171-1/+1
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-2/+2
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: dev: stop recommending keeping local master updated with upstream/masterPauli Virtanen2016-02-211-94/+69
| | | | | | Use the simpler `git fetch; ... upstream/master` approach instead of updating the local master branch. Keeping the local master branch in sync with upstream is usually not necessary.
* DOC: Commit message lines should not excede 72 characters.Charles Harris2015-05-251-1/+1
| | | | | The reason is that git log indents parts of the message and longer lines will wrap. Linus has a post on this somewhere.
* DOC: Update Development Workflow PageRyan Nelson2015-01-101-193/+159
| | | | | | | | | | | | | | | | | | | | | | | | The "Basic Workflow" section of the Development Workflow page was reorganized to make it clearer to new users and remove/update old material. Major changes: - Moved the core developer notes. Core dev notes are confusing in basic usage information. Updated a couple of the commands - Added more commands and reorgaized the "New Feature Branch" section. Took some text from "Rebasing" and moved it here, because it was redundant. - Made many changes to the "Editing Workflow" to clarify commands. Moved some git push stuff into this section as well. - Moved pull request section to just after editing workflow. Removed outdated images and simplified the text. Make code review requirements explicit. - Moved rebasing and troubleshooting sections to the end. Could add more here later. - Links renamed and broken link removed.
* DOC: Notes on backporting.Blake Griffith2013-10-101-1/+59
|
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-4/+4
| | | | Now is as good a time as any with open PR's at a low.
* DOC: expand sections on commit messages and merging/rebasing in the devguide.Ralf Gommers2012-09-231-2/+16
| | | | This commit address comments from Charles on PR #455.
* DOC: one more edit to the dev-guide.Ralf Gommers2012-09-221-1/+7
| | | | | Recommend to update master before creating your feature branch. Thanks to Nicky van Foreest for feedback on the dev-guide.
* DOC: a few edits to make "Development Workflow" in the dev guide clearer.Ralf Gommers2012-09-221-12/+13
|
* DOC: document in dev-guide how to write a good commit message.Ralf Gommers2012-09-221-0/+28
|
* DOC: dev: try to improve Git workflow docsPauli Virtanen2010-10-191-46/+268
|
* DOC: regenerate gitwash docsPauli Virtanen2010-10-041-0/+239