Skip to content

Commit 1fed050

Browse files
authored
Made bug and PR templates have less visual distraction (#3038)
1 parent 2576930 commit 1fed050

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,38 @@ assignees: ""
88

99
## Issue
1010

11-
Describe what's the expected behaviour and what you're observing.
11+
<!-- Describe what's the expected behaviour and what you're observing. -->
1212

1313
## Environment
1414

1515
Provide at least:
1616

1717
- 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>
1922

2023
```console
2124

2225
```
2326

27+
</details>
28+
2429
## Output of running tox
2530

26-
Provide the output of `tox -rvv`:
31+
<details open>
32+
<summary>Output of <code>tox -rvv</code></summary>
2733

2834
```console
2935

3036
```
3137

38+
</details>
39+
3240
## Minimal example
3341

34-
If possible, provide a minimal reproducer for the issue:
42+
<!-- If possible, provide a minimal reproducer for the issue. -->
3543

3644
```console
3745

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Thanks for contribution
1+
<!-- Thank you for your contribution!
22
33
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))! -->
55

66
- [ ] ran the linter to address style issues (`tox -e fix`)
77
- [ ] wrote descriptive pull request text

0 commit comments

Comments
 (0)