Skip to content

Commit

Permalink
more edits to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 12, 2018
1 parent 775cab7 commit 999ab22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ If you want to submit an issue and you want your issue to be resolved quickly, h
- Read the [API docs](https://github.com/ccxt-dev/ccxt/wiki/Exchange-Markets) for your exchange.
- Search for similar issues first to avoid duplicates.
- If your issue is unique, along with a basic description of the failure, the following information **IS REQUIRED**:
- **set `.verbose = true` property on the exchange instance before calling its methods**
- **surround code and output with triple backticks: ```YOUR\_CODE```**
- a full code snippet you're having difficulties with, avoid one-liners
- paste the full stacktrace of that snippet in verbose mode as is, unchanged
- don't confuse the backtick symbol (`) with the quote symbol (\'), ```GOOD```, '''BAD'''
- your language **and version**
- ccxt library version
- which exchange it is
- which method you're trying to call
- a full code snippet you're having difficulties with, **avoid one-liners**
- set `.verbose = true` property on the exchange instance before calling its methods (**important!**)
- paste the full stacktrace of that snippet in verbose mode as is, unchanged (**important!**)
- surround code and output with triple backticks: ```YOUR\_CODE```
- don't confuse the backtick symbol (`) with the quote symbol (\'), ```GOOD```, '''BAD'''

## How To Contribute Code

Expand Down

0 comments on commit 999ab22

Please sign in to comment.