Issue reporting guidelines
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

15 Commits

Author SHA1 Message Date
Johannes Schindelin
1854c70bf9 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 <johannes.schindelin@gmx.de>
2025-03-18 11:19:20 +01:00
Johannes Schindelin
ca955c8fd2 Fix whitespace issues
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-19 15:20:04 +01:00
Johannes Schindelin
2aa80e2c01 Touch up the recent edits 2020-11-05 01:30:55 +01:00
Affaway
e118ff4154 Updated Issue reporting guidelines (markdown) 2020-10-14 03:22:52 -07:00
David Macek
bc85d2d247 Fix formatting 2019-11-11 21:28:58 +01:00
Johannes Schindelin
68871ee95d 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 97ea675809.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-04-29 15:00:33 +02:00
masterpuma
97ea675809 Updated Issue reporting guidelines (markdown => rest) 2018-03-30 17:16:40 -06:00
Johannes Schindelin
8064bb727f Some touchups to elicit better bug reports 2016-02-17 13:05:42 +01:00
Christian Brabandt
c37d3fd570 Revert 1596099b8c0aa8274cd94c1d93c531f3ff413c77...c37acd4293581336a8950b3e3d67841609f4c49e 2016-02-03 11:34:16 +01:00
Christian Brabandt
c37acd4293 initial version 2016-02-03 11:33:05 +01:00
dscho
770e0efdbf Mention that it is really important to note use of 32-bit OS or Git 2015-08-10 12:46:38 +02:00
dscho
be2f60cff3 Link to Simon Tatham's *extensive* bug reporting guidelines 2015-04-13 10:15:15 +02:00
dscho
49f4e3003d Mention (and link to a description of) minimal, complete, verifiable examples 2015-04-03 20:32:49 +00:00
dscho
fda592492d Touchups 2014-10-14 12:52:36 -07:00
dscho
47c0b1bfd2 Copy from msysGit's wiki 2014-10-14 11:35:22 -07:00