Skip to content

Commit

Permalink
Update issue template (#13722)
Browse files Browse the repository at this point in the history
Suggest providing a link to the project to help fuel mypy_primer. Let
Github wrap text. Phrase things more concisely.
  • Loading branch information
hauntsaninja authored Sep 23, 2022
1 parent 06aefc6 commit 21f2d4f
Showing 1 changed file with 16 additions and 31 deletions.
47 changes: 16 additions & 31 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,40 @@ labels: "bug"
---

<!--
If you're new to mypy and you're not sure whether what you're experiencing is a mypy bug, please see the "Question and Help" form
instead.
Please also consider:
- checking our common issues page: https://mypy.readthedocs.io/en/stable/common_issues.html
- searching our issue tracker: https://github.com/python/mypy/issues to see if
it's already been reported
- asking on gitter chat: https://gitter.im/python/typing
If you're not sure whether what you're experiencing is a mypy bug, please see the "Question and Help" form instead.
Please consider:
- checking our common issues page: https://mypy.readthedocs.io/en/stable/common_issues.html
- searching our issue tracker: https://github.com/python/mypy/issues to see if it's already been reported
- asking on gitter chat: https://gitter.im/python/typing
-->

**Bug Report**

<!--
Note: If the problem you are reporting is about a specific library function, then the typeshed tracker is better suited
for this report: https://github.com/python/typeshed/issues
If you're reporting a problem with a specific library function, the typeshed tracker is better suited for this report: https://github.com/python/typeshed/issues
If the project you encountered the issue in is open source, please provide a link to the project.
-->

(A clear and concise description of what the bug is.)

**To Reproduce**

(Write your steps here:)

1. Step 1...
2. Step 2...
3. Step 3...
```python
# Ideally, a small sample program that demonstrates the problem.
```

**Expected Behavior**

<!--
How did you expect your project to behave?
It’s fine if you’re not sure your understanding is correct.
Write down what you thought would happen. If you just expected no errors, you can delete this section.
How did you expect mypy to behave? It’s fine if you’re not sure your understanding is correct.
Write down what you thought would happen. If you expected no errors, delete this section.
-->

(Write what you thought would happen.)

**Actual Behavior**

<!--
Did something go wrong?
Is something broken, or not behaving as you expected?
-->

(Write what happened.)
<!-- What went wrong? Paste mypy's output. -->

**Your Environment**

Expand All @@ -59,9 +48,5 @@ for this report: https://github.com/python/typeshed/issues
- Mypy command-line flags:
- Mypy configuration options from `mypy.ini` (and other config files):
- Python version used:
- Operating system and version:

<!--
You can freely edit this text, please remove all the lines
you believe are unnecessary.
-->
<!-- You can freely edit this text, please remove all the lines you believe are unnecessary. -->

0 comments on commit 21f2d4f

Please sign in to comment.