From bb5e20bd2a5a9bb5497f9442c5b63597ab08114c Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Sat, 8 Aug 2020 11:48:24 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 31 +++++++++++++++++++ .../indicator-or-feature-request.md | 31 +++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/indicator-or-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..7979f3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,31 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Which version are you running? The lastest version is Github. Pip is for major updates.** +```python +import pandas_ta as ta +print(ta.version) +``` + +**Upgrade.** +```sh +$ pip install -U git+https://github.com/twopirllc/pandas-ta +``` + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md b/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md new file mode 100644 index 0000000..14b521a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md @@ -0,0 +1,31 @@ +--- +name: Indicator or Feature Request +about: Thanks for using Pandas TA! Please be as detailed as possible with links please. +title: '' +labels: enhancement +assignees: twopirllc + +--- + +**Which version are you running? The lastest version is Github. Pip is for major updates.** +```python +import pandas_ta as ta +print(ta.version) +``` + +**Upgrade.** +```sh +$ pip install -U git+https://github.com/twopirllc/pandas-ta +``` + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context, web links, or screenshots about the feature request here.