Skip to content

Commit 3130ffc

Browse files
authored
Update issue templates
1 parent e38f13f commit 3130ffc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Steps to reproduce the behavior:
1717
A clear and concise description of what you expected to happen.
1818

1919
**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.
2121

2222
```python
2323
def foo(self) -> str:
@@ -27,5 +27,6 @@ def foo(self) -> str:
2727
**Additional context**
2828
Add any other context about the problem here.
2929

30-
- OS: [e.g. Windows]
30+
- OS [e.g. Windows]
31+
- RxPY version [e.g 4.0.0]
3132
- Python version [e.g. 3.10.2]

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1212

1313
**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.
1515

1616
```python
1717
def foo(self) -> str:

0 commit comments

Comments
 (0)