Files
Phoenix/.github/issue_template.md
2018-09-27 21:03:47 -07:00

19 lines
701 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 & source**: <!-- pypi, self-built, etc. -->
**Python version & source**: <!-- stock, anaconda, EDM, distro, self-built, etc. -->
**Description of the problem**:
<!-- if possible please include a small runnable application that demonstrates the problem -->
```python
# Put code sample here
```