You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which, I understand, contain short technical notes on how to best contribute to this project.
23
-
required: true
12
+
value: >
13
+
**Contributing guidelines** $\color{red}{*}$
14
+
15
+
- [x] I agree to follow this project's [Contributing Guidelines](https://github.com/kernc/backtesting.py/blob/master/CONTRIBUTING.md) which, I understand, contain short technical notes on how to best contribute to this project.
24
16
25
-
- type: checkboxes
17
+
- type: markdown
26
18
attributes:
27
-
label: Own due diligence
28
-
options:
29
-
- label: |
30
-
I verify my due dilligence—I have went through the **tutorials** and the **API docs** and
31
-
have used the **search** on **Issues** and GitHub **Disucussions**, as well all Google,
32
-
with all the relevant search keywords.
33
-
required: true
19
+
value: >
20
+
**Own due diligence** $\color{red}{*}$
21
+
22
+
- [x] I verify my due dilligence—I have went through the [**tutorials**](https://kernc.github.io/backtesting.py/doc/backtesting/#manuals) and the [**API docs**](https://kernc.github.io/backtesting.py/doc/backtesting/backtesting.html) and have used the [**search** on **Issues**](https://github.com/kernc/backtesting.py/issues?q=(is%3Aissue%20OR%20is%3Apr)%20) and [GitHub **Disucussions**](https://github.com/kernc/backtesting.py/discussions), as well as Google, with all the relevant search keywords that also comprise the title (see above) of the new issue I'm opening.
34
23
35
24
- type: textarea
36
25
id: expected
@@ -39,7 +28,7 @@ body:
39
28
attributes:
40
29
label: Expected behavior
41
30
description: You run the code below and expect what to happen?
42
-
placeholder: When I run this code ... the program should ...
31
+
placeholder: When I run the code below ... the program should ...
43
32
44
33
- type: textarea
45
34
id: code
@@ -53,7 +42,7 @@ body:
53
42
from backtesting import Backtest, Strategy
54
43
from backtesting.test import GOOG
55
44
56
-
class Example(Strategy):
45
+
class MinimalExample(Strategy):
57
46
...
58
47
59
48
bt = Backtest(GOOG, Example)
@@ -74,9 +63,8 @@ body:
74
63
required: false
75
64
attributes:
76
65
label: Additional info, steps to reproduce, full crash traceback, screenshots
77
-
description: |
78
-
Attach any additional info you think might be helpful and
79
-
result in quicker resolution of your bug.
66
+
description: >
67
+
Attach any additional info you think might be helpful and result in quicker resolution of your bug.
80
68
placeholder: |
81
69
1. Do ...
82
70
2. ...
@@ -89,7 +77,7 @@ body:
89
77
required: false
90
78
attributes:
91
79
label: Software versions
92
-
description: |
80
+
description: >
93
81
Versions of the relevant software / packages.
94
82
value: |
95
83
<!-- From `backtesting.__version__`. If git, use commit hash -->
which, I understand, contain short technical notes on how to best contribute to this project.
23
-
required: true
13
+
value: >
14
+
**Contributing guidelines** $\color{red}{*}$
15
+
16
+
- [x] I agree to follow this project's [Contributing Guidelines](https://github.com/kernc/backtesting.py/blob/master/CONTRIBUTING.md) which, I understand, contain short technical notes on how to best contribute to this project.
24
17
25
-
- type: checkboxes
18
+
- type: markdown
26
19
attributes:
27
-
label: Own due diligence
28
-
options:
29
-
- label: |
30
-
I verify my due dilligence—I have went through the **tutorials** and the **API docs** and
31
-
have used the **search** on **Issues** and GitHub **Disucussions**, as well all Google,
32
-
with all the relevant search keywords.
33
-
required: true
20
+
value: >+
21
+
**Own due diligence** $\color{red}{*}$
22
+
23
+
- [x] I verify my due dilligence—I have went through the [**tutorials**](https://kernc.github.io/backtesting.py/doc/backtesting/#manuals) and the [**API docs**](https://kernc.github.io/backtesting.py/doc/backtesting/backtesting.html) and have used the [**search** on **Issues**](https://github.com/kernc/backtesting.py/issues?q=(is%3Aissue%20OR%20is%3Apr)%20) and [GitHub **Disucussions**](https://github.com/kernc/backtesting.py/discussions), as well as Google, with all the relevant search keywords to ensure this feature request hadn't been filed or answered before.
0 commit comments