We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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]>
Fix whitespace issues Signed-off-by: Johannes Schindelin <[email protected]>
Touch up the recent edits
Updated Issue reporting guidelines (markdown)
Fix formatting
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]>
Updated Issue reporting guidelines (markdown => rest)
Some touchups to elicit better bug reports
Revert 1596099b8c0aa8274cd94c1d93c531f3ff413c77...c37acd4293581336a8950b3e3d67841609f4c49e
initial version
Mention that it is really important to note use of 32-bit OS or Git
Link to Simon Tatham's *extensive* bug reporting guidelines
Mention (and link to a description of) minimal, complete, verifiable examples
Touchups
Copy from msysGit's wiki