Update PULL_REQUEST_TEMPLATE.md

Added instructions as comments
This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2022-04-29 22:14:02 +05:30 committed by GitHub
parent b60411b918
commit f96c552c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
Thank you for sending your pull request. But first, have you included <!-- Thank you for sending your pull request. But first, have you included
unit tests, and is your code PEP8 conformant? [More details](https://github.com/freqtrade/freqtrade/blob/develop/CONTRIBUTING.md) unit tests, and is your code PEP8 conformant? [More details](https://github.com/freqtrade/freqtrade/blob/develop/CONTRIBUTING.md)
-->
## Summary ## Summary
Explain in one sentence the goal of this PR <!-- Explain in one sentence the goal of this PR -->
Solve the issue: #___ Solve the issue: #___
## Quick changelog ## Quick changelog
- <change log 1> - <!-- <change log 1> -->
- <change log 1> - <!-- <change log 1> -->
## What's new? ## What's new?
*Explain in details what this PR solve or improve. You can include visuals.* <!-- Explain in details what this PR solve or improve. You can include visuals. -->