Files
Phoenix/.github/issue_template.md

23 lines
804 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 in the details section below that demonstrates the problem -->
<details>
<summary>Code Example (click to expand)</summary>
```python
# Put code sample here
```
</details>