From d2f514c6ce35226ce335d1252d06972a5b48219d Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 7 Jul 2018 13:21:23 -0400 Subject: [PATCH] Add PR Template for Tiingo --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..dc179bd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +🎉 Hello there 🎉! Thanks for taking the time to contribute to `Tiingo-Python`! + +## Summary of Changes + +- What is the motivation / context for this change? +- Is this a bugfix or a feature? +- What does this change / fix? (Link to Github Issue page if applicable) + +## Checklist + +- [ ] Code follows the style guidelines of this project +- [ ] Added tests for new functionality +- [ ] Update `HISTORY.rst` with an entry summarizing your change +- [ ] Tag a project maintainer