Skip to content

Commit b259937

Browse files
committed
FAQ added, fix ccxt#2849, fix ccxt#2845
1 parent 0190f7c commit b259937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
If your question is formulated in a short manner like the above, we won't help. We don't teach programming. If you're not able to read and understand the [Manual](https://github.com/ccxt/ccxt/wiki) or you can't follow the guides from the [CONTRIBUTING](https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md) doc on how to report an issue, we won't help either. Read the Manual. You should not risk money and time without reading the entire Manual very carefully. Namely, when asking a question:
66
- Use the search button for duplicates first!
77
- **Post your output in verbose mode!** It's written and mentioned everywhere, in the [Troubleshooting](https://github.com/ccxt/ccxt/wiki/Manual#troubleshooting) section, in the [README](https://github.com/ccxt/ccxt/blob/master/README.md) and in many answers to similar questions among [previous issues](https://github.com/ccxt/ccxt/issues) and [pull requests](https://github.com/ccxt/ccxt/pulls).
8-
- Post your code to reproduce the problem. Make it a complete shor runnable program, don't swallow the lines and make it as compact as you can (5-10 lines of code).
8+
- Post your code to reproduce the problem. Make it a complete short runnable program, don't swallow the lines and make it as compact as you can (5-10 lines of code). Do not swallow instantation code.
99
- Post your version number of ccxt
1010
- Post your language version number, how do you think we can guess it otherwise?
1111

0 commit comments

Comments
 (0)