Skip to content

Navigation Menu

Sign in
Appearance settings

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

2 files changed

+8-4Lines changed: 8 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/ISSUE_TEMPLATE/1-bug.yml‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-bug.yml
+8-3Lines changed: 8 additions & 3 deletions
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:
Collapse file

‎.github/ISSUE_TEMPLATE/2-enh.yml‎

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2-enh.yml
-1Lines changed: 0 additions & 1 deletion
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.