Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65d61d6

Browse filesBrowse files
committed
MNT: Remove title placeholder from issue template
1 parent 48b0d58 commit 65d61d6
Copy full SHA for 65d61d6

File tree

2 files changed

+8
-4
lines changed
Filter options

2 files changed

+8
-4
lines changed

‎.github/ISSUE_TEMPLATE/1-bug.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-bug.yml
+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Bug report
22
description: File a new bug report. Please use the search
3-
title: "Short title loaded with keywords"
43
body:
54
- type: markdown
65
attributes:
@@ -80,7 +79,13 @@ body:
8079
description: >
8180
Versions of the relevant software / packages.
8281
value: |
83-
<!-- From `backtesting.__version__`. If git, use commit hash -->
84-
- Backtesting version: 0.?.?
82+
<!--
83+
# Please paste the output of:
84+
for pkg in ('backtesting', 'pandas', 'numpy', 'bokeh'):
85+
print('-', pkg, getattr(__import__(pkg), '__version__', 'git'))
86+
-->
87+
- `backtesting.__version__`:
88+
- `pandas.__version__`:
89+
- `numpy.__version__`:
8590
- `bokeh.__version__`:
8691
- OS:

‎.github/ISSUE_TEMPLATE/2-enh.yml

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2-enh.yml
-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Enhancement proposal
22
description: Describe the enhancement you'd like to see
3-
title: "Short title loaded with keywords"
43
body:
54
- type: markdown
65
attributes:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.