Skip to content

Commit a7002f3

Browse files
authored
Update issue templates
1 parent 27d6349 commit a7002f3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Only report bugs here that are specific to this backport.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
This package is a rolling backport of [`unittest.mock`](https://github.com/python/cpython/blob/master/Lib/unittest/mock.py).
11+
As such, any problems you encounter most likely need to be fixed upstream.
12+
13+
Before submitting an issue here, please try and reproduce the problem on the latest release of Python 3, including alphas, and replace any import from `mock` with ones from `unittest.mock`.
14+
15+
If the issue still occurs, then please report upstream through https://bugs.python.org/ as it will need to be fixed there so that it can be backported here and released to you.
16+
17+
If the issue does not occur upstream, please file an issue using the template below as it may be an issue specific to the backport:
18+
19+
**What versions are you using?**
20+
- Python: [e.g. 3.7.1]
21+
- Mock: [e.g. 4.0.2]
22+
- Operating System: [e.g.Linux, macOS, Windows]
23+
24+
**What happened?**
25+
26+
<!--
27+
A clear and concise description of what the problem is, including full tracebacks and code being executed
28+
-->
29+
30+
**What were you hoping to happen instead?**

0 commit comments

Comments
 (0)