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

This commit is contained in:
Matthias
2021-09-05 15:44:47 +02:00
parent d577fd7dd6
commit b01325133c
2 changed files with 4 additions and 3 deletions
@@ -1,5 +1,5 @@
# --- Do not remove these libs ---
from freqtrade.strategy.interface import IStrategy
from freqtrade.strategy import IStrategy
from pandas import DataFrame
# --------------------------------