Skip to content

Commit 3b67b8c

Browse files
committed
Standardize issue template names by removing emojis and update a dash in the bug report description.
1 parent c5e0e38 commit 3b67b8c

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🐛 Bug Report
1+
name: Bug Report
22
description: Report a bug or unexpected behavior
33
labels: ["bug"]
44
body:
@@ -57,7 +57,7 @@ body:
5757
attributes:
5858
label: Relevant CSV data (optional)
5959
description: >
60-
If applicable, paste 12 rows from `summary_metrics.csv` or mention the
60+
If applicable, paste 1-2 rows from `summary_metrics.csv` or mention the
6161
symbol/interval where the issue occurred.
6262
6363
- type: input

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Questions & Discussions
3+
- name: Questions & Discussions
44
url: https://github.com/your-username/bear_data_export_bundle/discussions
55
about: Ask questions and discuss ideas here instead of opening an issue.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 💡 Feature Request
1+
name: Feature Request
22
description: Suggest a new feature or improvement
33
labels: ["enhancement"]
44
body:

binance_ohlcv_exporter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
symbol,price_change_90d_pct,price_change_180d_pct,avg_daily_volume_base,avg_daily_volume_quote
2626
"""
2727

28+
from __future__ import annotations
29+
2830
__version__ = "1.1.0"
2931

3032
import argparse

0 commit comments

Comments
 (0)