Skip to content

History / Issue reporting guidelines

Revisions

  • Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Mar 18, 2025
  • Fix whitespace issues Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Dec 19, 2020
  • Touch up the recent edits

    @dscho dscho committed Nov 5, 2020
  • Updated Issue reporting guidelines (markdown)

    @Affaway Affaway committed Oct 14, 2020
  • Fix formatting

    @elieux elieux committed Nov 11, 2019
  • Revert "Updated Issue reporting guidelines (markdown => rest)" We don't use .rest in Git for Windows, and the reverted commit inadvertently removed half of the useful information. This reverts commit 97ea675809ec524f9b3bcc4b23eb1baf8a75b277. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Apr 29, 2018
  • Updated Issue reporting guidelines (markdown => rest)

    @masterpuma masterpuma committed Mar 30, 2018
  • Some touchups to elicit better bug reports

    @dscho dscho committed Feb 17, 2016
  • Revert 1596099b8c0aa8274cd94c1d93c531f3ff413c77...c37acd4293581336a8950b3e3d67841609f4c49e

    @chrisbra chrisbra committed Feb 3, 2016
  • initial version

    @chrisbra chrisbra committed Feb 3, 2016
  • Mention that it is really important to note use of 32-bit OS or Git

    @dscho dscho committed Aug 10, 2015
  • Link to Simon Tatham's *extensive* bug reporting guidelines

    @dscho dscho committed Apr 13, 2015
  • Mention (and link to a description of) minimal, complete, verifiable examples

    @dscho dscho committed Apr 3, 2015
  • Touchups

    @dscho dscho committed Oct 14, 2014
  • Copy from msysGit's wiki

    @dscho dscho committed Oct 14, 2014