Update README.mdown

This commit is contained in:
João Távora 2014-10-11 22:27:48 +01:00
parent e2b876baef
commit b22961a4a6

View File

@ -119,15 +119,14 @@ documentation, please report it on [the GitHub issue tracker][issues].
Your bug reports are very valuable. Your bug reports are very valuable.
The most important thing when reporting bugs is making sure that the The most important thing when reporting bugs is making sure that we have
developer has a way to reproduce the problem exactly like it happened a way to reproduce the problem exactly like it happened to you.
to you.
To do this, he needs to rule out interference from external factors To do this, we need to rule out interference from external factors
like other Emacs extensions or other Lisp-side code. like other Emacs extensions or your own customizations.
Here's an example that "sandboxes" an emacs just for reproducing the Here's an example report that "sandboxes" an Emacs session just for
bug. reproducing a bug.
``` ```
$ emacs --version $ emacs --version
@ -147,6 +146,9 @@ OR
I can't get yasnippet to load because frankinbogen! I can't get yasnippet to load because frankinbogen!
``` ```
Using `emacs -Q` or temporarily moving your `.emacs` init file to the side
is another way to achieve good reproductability.
Here's a Here's a
[another example](https://github.com/capitaomorte/yasnippet/issues/318) [another example](https://github.com/capitaomorte/yasnippet/issues/318)
of a bug report. It has everything needed for a sucessfull analysis of a bug report. It has everything needed for a sucessfull analysis
@ -159,9 +161,8 @@ do `git log -1` in the dir).
Any more info is welcome, but don't just paste a backtrace or an error Any more info is welcome, but don't just paste a backtrace or an error
message string you got, unless we ask for it. message string you got, unless we ask for it.
There is also a [YASnippet google group][forum]. I will keep the group There is also a [YASnippet google group][forum]. I will keep the group
open for reference and for discussion among users, unfortunately I open for reference and for discussion among users. Unfortunately I
can't guarantee a timely response, so maybe it's better to create a can't guarantee a timely response, so maybe it's better to create a
github issue clearly marking your intent (user support/bug/feature github issue clearly marking your intent (user support/bug/feature
request). request).