forked from orbit-oss/flask
Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
1b4ace9ba5
commit
73d997f0fc
1 changed files with 6 additions and 8 deletions
14
.github/ISSUE_TEMPLATE.md
vendored
14
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,26 +1,24 @@
|
||||||
**This issue tracker is a tool to address bugs in Flask itself.
|
<!--**This issue tracker is a tool to address bugs in Flask itself.
|
||||||
Please use the #pocoo IRC channel on freenode or Stack Overflow for general
|
Please use the #pocoo IRC channel on freenode or Stack Overflow for general
|
||||||
questions about using Flask or issues not related to Flask.**
|
questions about using Flask or issues not related to Flask.**
|
||||||
|
|
||||||
If you'd like to report a bug in Flask, fill out the template below. Provide
|
<!-- If you'd like to report a bug in Flask, fill out the template below. Provide
|
||||||
any extra information that may be useful / related to your problem.
|
any extra information that may be useful / related to your problem.
|
||||||
Ideally, create an [MCVE](https://stackoverflow.com/help/mcve), which helps us
|
Ideally, create an [MCVE](https://stackoverflow.com/help/mcve), which helps us
|
||||||
understand the problem and helps check that it is not caused by something in
|
understand the problem and helps check that it is not caused by something in
|
||||||
your code.
|
your code.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Expected Behavior
|
### Expected Behavior
|
||||||
|
<!-- Tell us what should happen. -->
|
||||||
Tell us what should happen.
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
Paste a minimal example that causes the problem.
|
# Paste a minimal example that causes the problem.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Actual Behavior
|
### Actual Behavior
|
||||||
|
<!-- Tell us what happens instead. -->
|
||||||
Tell us what happens instead.
|
|
||||||
|
|
||||||
```pytb
|
```pytb
|
||||||
Paste the full traceback if there was an exception.
|
Paste the full traceback if there was an exception.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue