From: Ciro Santilli 六四事件 法轮功 Date: Sun, 24 May 2015 21:56:32 +0000 (+0200) Subject: Merge pull request #191 from sruggier/master X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/81e1f07a8482b34ea8c59f6800e7e8dec7bf56b9?hp=e43bca70debd4a63deca8a25155ceaaa32566f0b Merge pull request #191 from sruggier/master README.md: add a section about issue reporting --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b29b8cc..a2c1580 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,3 +37,18 @@ If you wish to have a behavior that differs from that style guide, add an option # Tests All new features must have unit tests. + +# Issues + +Issues are tracked within GitHub. + +When reporting issues, your report is more effective if you include a minimal example file that reproduces the problem. Try to trim out as much as possible, until you have the smallest possible file that still reproduces the issue. Paste the example inline into your issue report, quoted using four spaces at the beginning of each line, like this example from issue [#189](https://github.com/plasticboy/vim-markdown/issues/189): + +``` +Minimal example: + + ``` + = + ``` + bad! +```