diff --git a/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md b/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md deleted file mode 100644 index cf0ac44..0000000 --- a/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -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 releases.** -```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.