mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-24 23:16:52 +00:00
* Added .github folder for issue, contrib, and PR templates. * Requested changes to templates * Improved templates
33 lines
859 B
Markdown
33 lines
859 B
Markdown
# New Issue
|
|
|
|
## Context
|
|
|
|
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
|
|
|
|
* Operating System:
|
|
|
|
* GoCryptoTrader version (`gocryptotrader -version`):
|
|
|
|
## Expected Behavior
|
|
|
|
Please describe the behavior you are expecting
|
|
|
|
## Current Behavior
|
|
|
|
What is the current behavior?
|
|
|
|
## Failure Information (for bugs)
|
|
|
|
Please help by providing information about the failure. If it is not a bug, please remove the rest of this template.
|
|
|
|
### Steps to Reproduce
|
|
|
|
Please provide detailed steps for reproducing the issue.
|
|
|
|
1. step 1
|
|
2. step 2
|
|
3. step 3...
|
|
|
|
### Failure Logs
|
|
|
|
By default, GoCryptoTrader stores its `debug.log` file in `%APPDATA%\GoCryptoTrader` on Windows and `~/.gocryptotrader` on Linux/Unix/macOS. Raw text or a link to a pastebin type site is preferred. |