You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The issues system is the place to report bugs and not for submitting patches or
25
25
26
26
* Report bugs in the English language only
27
27
* Use Markdown to format your issue in a fashionable way (easier to read): [Familiarize yourself](https://help.github.com/articles/github-flavored-markdown)
28
-
* If the issue is due to a crash, include the stack trace -- throwable.printStackTrace() -- and any other detail that will shed light on the problem
28
+
* If the issue is due to a crash, include the stack trace -- `throwable.printStackTrace()` -- and any other detail that will shed light on the problem
29
29
* We need to see the source code (minus certain details that you think are confidential) that caused the problem in the first place, so include it too
30
30
31
31
Opening issues without providing us with the information necessary to debug and fix it is useless; so we will close such issues within 7 days period
0 commit comments