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

Sign up
Appearance settings

Commit 65d61d6

Browse files
committed
MNT: Remove title placeholder from issue template
1 parent 48b0d58 commit 65d61d6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

β€Ž.github/ISSUE_TEMPLATE/1-bug.yml

Lines 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:

β€Ž.github/ISSUE_TEMPLATE/2-enh.yml

Lines 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)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /