File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -8,30 +8,38 @@ assignees: ""
8
8
9
9
## Issue
10
10
11
- Describe what's the expected behaviour and what you're observing.
11
+ <!-- Describe what's the expected behaviour and what you're observing. -->
12
12
13
13
## Environment
14
14
15
15
Provide at least:
16
16
17
17
- OS:
18
- - ` pip list ` of the host Python where ` tox ` is installed:
18
+ - ` pip list ` of the host Python where ` tox ` is installed in the dropdown below
19
+
20
+ <details open >
21
+ <summary >Output of <code >pip list</code ></summary >
19
22
20
23
``` console
21
24
22
25
```
23
26
27
+ </details >
28
+
24
29
## Output of running tox
25
30
26
- Provide the output of ` tox -rvv ` :
31
+ <details open >
32
+ <summary >Output of <code >tox -rvv</code ></summary >
27
33
28
34
``` console
29
35
30
36
```
31
37
38
+ </details >
39
+
32
40
## Minimal example
33
41
34
- If possible, provide a minimal reproducer for the issue:
42
+ <!-- If possible, provide a minimal reproducer for the issue. -->
35
43
36
44
``` console
37
45
Original file line number Diff line number Diff line change 1
- # Thanks for contribution
1
+ <!-- Thank you for your contribution!
2
2
3
3
Please, make sure you address all the checklists (for details on how see
4
- [ development documentation] ( http://tox.readthedocs.org/en/latest/development.html#development ) )!
4
+ [development documentation](http://tox.readthedocs.org/en/latest/development.html#development))! -->
5
5
6
6
- [ ] ran the linter to address style issues (` tox -e fix ` )
7
7
- [ ] wrote descriptive pull request text
You can’t perform that action at this time.
0 commit comments