Rename GitHub templates to md. They are Markdown.

This commit is contained in:
Hsiaoming Yang 2017-12-02 17:09:28 +09:00 committed by Adrian
parent d6df70de80
commit 9520fbdcb2
2 changed files with 0 additions and 0 deletions

33
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,33 @@
**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
any any extra information that may be useful / related to your problem.
Ideally, create an [MCVE](http://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.
```python
Paste a minimal example that causes the problem.
```
### Actual Behavior
Tell us what happens instead.
```pytb
Paste the full traceback if there was an exception.
```
### Environment
* Python version:
* Flask version:
* Werkzeug version: