mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-08-01 12:40:12 +08:00
Update issue templates
This commit is contained in:
@@ -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.
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user