Skip to content

Commit 028ef95

Browse files
author
Noor Dawod
committed
Update CONTRIBUTING.md
1 parent 6cda468 commit 028ef95

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ ISSUES
2323
---------
2424
The issues system is the place to report bugs. Please do not use it to submit patches or new functionality. As helpful as we would like to be, we cannot replace the developer and we certainly do not see what you're seeing. So when you come to report an issue, please follow these simple rules:
2525

26-
1) Reporting bugs in English language only
27-
2) If the issue is due to a crash, we need the stack trace -- throwable.printStackTrace() -- and any other detail that will shed light on the problem
28-
3) We need to see the source code (minus certain details that you think are confidential) that caused the problem in the first place
29-
4) 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
26+
* Report bugs in the English language only
27+
* 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+
* 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
29+
30+
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
3031

3132
CODING STANDARDS
3233
----------------

0 commit comments

Comments
 (0)