Change PR template to not link to issues if not filled out

This commit is contained in:
Matthias
2021-09-05 15:44:22 +02:00
parent d577fd7dd6
commit b01325133c
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
Thank you for sending your pull request.
## Summary
Explain in one sentence the goal of this PR / Strategy
Solve the issue: #___
## Quick strategy idea
- <change log #1>
- <change log #2>
- <change log 1>
- <change log 2>
@@ -1,5 +1,5 @@
# --- Do not remove these libs ---
from freqtrade.strategy.interface import IStrategy
from freqtrade.strategy import IStrategy
from pandas import DataFrame
# --------------------------------