File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ python code goes here
28
28
<!-- screenshots, code snippets, ... -->
29
29
30
30
- Backtesting version: 0.?.? <!-- From backtesting.__version__ -->
31
+ - ` bokeh.__version__ ` :
32
+ - OS:
Original file line number Diff line number Diff line change @@ -10,13 +10,19 @@ have been fixed already.
10
10
To have your issue dealt with promptly, it's best to construct a
11
11
[ minimal working example] that exposes the issue in a clear and
12
12
reproducible manner. Make sure to understand
13
- [ how to report bugs effectively] [ bugs ] .
13
+ [ how to report bugs effectively] [ bugs ] and how to
14
+ [ craft useful bug reports] [ bugs2 ] in Python.
14
15
15
- Show verbatim code in [ fenced code blocks] , and use the
16
- preview function!
16
+ In case of bugs, please submit full tracebacks
17
+
18
+ Wrap verbatim example code/traceback in [ fenced code blocks] ,
19
+ and use the preview function!
20
+
21
+ Many thanks from the maintainers!
17
22
18
23
[ minimal working example ] : https://en.wikipedia.org/wiki/Minimal_working_example
19
24
[ bugs ] : https://www.chiark.greenend.org.uk/~sgtatham/bugs.html
25
+ [ bugs2 ] : https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
20
26
[ fenced code blocks ] : https://www.markdownguide.org/extended-syntax/#fenced-code-blocks
21
27
22
28
Original file line number Diff line number Diff line change @@ -103,6 +103,14 @@ Features
103
103
![ xkcd.com/1570] ( https://imgs.xkcd.com/comics/engineer_syllogism.png )
104
104
105
105
106
+ Bugs
107
+ ----
108
+ Before reporting bugs or posting to the
109
+ [ discussion board] ( https://github.com/kernc/backtesting.py/discussions ) ,
110
+ please read [ contributing guidelines] ( CONTRIBUTING.md ) , particularly the section
111
+ about crafting useful bug reports and ```` ``` ```` -fencing your code. We thank you!
112
+
113
+
106
114
Alternatives
107
115
------------
108
116
See [ alternatives.md] for a list of alternative Python
Original file line number Diff line number Diff line change 61
61
classifiers = [
62
62
'Intended Audience :: Financial and Insurance Industry' ,
63
63
'Intended Audience :: Science/Research' ,
64
+ 'Framework :: Jupyter' ,
64
65
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)' ,
65
66
'Operating System :: OS Independent' ,
66
67
'Programming Language :: Python :: 3 :: Only' ,
120
121
'quantitative' ,
121
122
'rsi' ,
122
123
'silver' ,
124
+ 'simulation' ,
123
125
'stocks' ,
124
126
'strategy' ,
125
127
'ticker' ,
You can’t perform that action at this time.
0 commit comments