From 2e898b00d74d1e047c15e46aafe9ef404737b1ce Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Fri, 14 Aug 2020 07:15:23 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++- .../indicator-or-feature-request.md | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ecbc307 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7979f3a..d05ca96 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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! diff --git a/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md b/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md index 14b521a..cf0ac44 100644 --- a/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md +++ b/.github/ISSUE_TEMPLATE/indicator-or-feature-request.md @@ -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)