Update ISSUE_TEMPLATE.md

This commit is contained in:
Aadi Bajpai 2019-07-07 20:55:52 +05:30 committed by GitHub
parent 1b4ace9ba5
commit 73d997f0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
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.
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
your code.
---
### Expected Behavior
Tell us what should happen.
<!-- Tell us what should happen. -->
```python
Paste a minimal example that causes the problem.
# Paste a minimal example that causes the problem.
```
### Actual Behavior
Tell us what happens instead.
<!-- Tell us what happens instead. -->
```pytb
Paste the full traceback if there was an exception.