Skip to content

chore: ignore flake8 B905 + improve bug report template #297

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

Merged
merged 1 commit into from
Dec 9, 2022
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
extend-select = B9
extend-ignore = E501, E203, D103, D102, D101, D100, D107, D105, D205, D400, D401, D104, D412, B950, B009
extend-ignore = E501, E203, D103, D102, D101, D100, D107, D105, D205, D400, D401, D104, D412, B950, B009, B905
per-file-ignores =
tests/*: T
noxfile.py: T
29 changes: 4 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,33 +35,12 @@ body:
id: describe
attributes:
label: Describe the bug
description: A clear and concise description of the bug.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Describe how to reproduce this bug using a [Minimum Workable Example](https://stackoverflow.com/help/minimal-reproducible-example).
validations:
required: true
- type: textarea
id: expected-results
attributes:
label: Expected Results
description: Describe how you expected your MWE to work.
placeholder: X was expected to behave like this because the docs / tutorials / API reference / ... say so.
validations:
required: true
- type: textarea
id: observed-results
attributes:
label: Observed Results
description: Describe the results your MWE outputs.
placeholder: X does not behave according to the docs / tutorials / API reference / ...
description: |
- A clear and concise description of the bug.
- Describe how to reproduce this bug using a [Minimum Workable Example](https://stackoverflow.com/help/minimal-reproducible-example).
validations:
required: true
- type: textarea
id: log-output
attributes:
label: Relevant log output
label: Any additional but relevant log output