Files
Phoenix/.github/issue_template.md
Metallicow 936d722cd8 ⁉️ Trim trailing whitespace *.md; *.rst
⁉️  Not sure if the generated *.rst stuff is intended to have
whitespace or not, so seperating this from the other commits, so easy to
revert if necessary.
2018-01-16 09:24:16 -06:00

21 lines
629 B
Markdown

<!-- For bugs or other problems please provide the following details in addition to
your issue report, if applicable. See also https://wxpython.org/pages/how-to-submit-issue/
For issues about building on Linux, please read this page before reporting it here:
https://wxpython.org/blog/2017-08-17-builds-for-linux-with-pip/
-->
**Operating system**:
**wxPython version**:
**Stock or custom build**:
**Python version**:
**Stock or custom build**:
**Description of the problem**:
<!-- if possible please include a small runnable application that demonstrates the problem -->
```python
# Put code sample here
```