File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Steps to reproduce the behavior:
17
17
A clear and concise description of what you expected to happen.
18
18
19
19
** Code or Screenshots**
20
- If applicable, add code or screenshots to help explain your problem.
20
+ If applicable, add a minimal code example or screenshots to help explain your problem.
21
21
22
22
``` python
23
23
def foo (self ) -> str :
@@ -27,5 +27,6 @@ def foo(self) -> str:
27
27
** Additional context**
28
28
Add any other context about the problem here.
29
29
30
- - OS: [ e.g. Windows]
30
+ - OS [ e.g. Windows]
31
+ - RxPY version [ e.g 4.0.0]
31
32
- Python version [ e.g. 3.10.2]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ assignees: ''
11
11
A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12
12
13
13
** Describe the solution you'd like**
14
- A clear and concise description of what you want to happen, and also include code examples if possible .
14
+ A clear and concise description of what you want to happen, and also include minimal code examples if applicable .
15
15
16
16
``` python
17
17
def foo (self ) -> str :
You can’t perform that action at this time.
0 commit comments