Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made issue template have less whitespace #3038

Merged
merged 1 commit into from
Jun 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,38 @@ assignees: ""

## Issue

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

## Environment

Provide at least:

- OS:
- `pip list` of the host Python where `tox` is installed:
- `pip list` of the host Python where `tox` is installed in the dropdown below

<details open>
<summary>Output of <code>pip list</code></summary>

```console

```

</details>

## Output of running tox

Provide the output of `tox -rvv`:
<details open>
<summary>Output of <code>tox -rvv</code></summary>

```console

```

</details>

## Minimal example

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

```console

Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Thanks for contribution
<!-- Thank you for your contribution!

Please, make sure you address all the checklists (for details on how see
[development documentation](http://tox.readthedocs.org/en/latest/development.html#development))!
[development documentation](http://tox.readthedocs.org/en/latest/development.html#development))! -->

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