Update issue templates

This commit is contained in:
Kevin Johnson
2020-08-14 07:15:23 -07:00
committed by GitHub
parent 31a1758d52
commit 2e898b00d7
3 changed files with 38 additions and 2 deletions
+34
View File
@@ -0,0 +1,34 @@
---
name: Bug report
about: Thanks for using Pandas TA!. Create a report to help us improve.
title: ''
labels: ''
assignees: ''
---
**Which version are you running? The lastest version is on 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
```
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Provide sample code.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
+3 -1
View File
@@ -7,7 +7,7 @@ assignees: ''
---
**Which version are you running? The lastest version is Github. Pip is for major updates.**
**Which version are you running? The lastest version is Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
@@ -29,3 +29,5 @@ A clear and concise description of any alternative solutions or features you've
**Additional context**
Add any other context or screenshots about the feature request here.
Thanks for using Pandas TA!
@@ -7,7 +7,7 @@ assignees: twopirllc
---
**Which version are you running? The lastest version is Github. Pip is for major updates.**
**Which version are you running? The lastest version is Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)