Skip to content

Commit

Permalink
Improve issues template (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 25, 2024
1 parent cb92be5 commit d469ba7
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .github/issue_template.md
@@ -1,11 +1,35 @@
<!--
Note that issues in this repository are only for bugs or feature requests in the pywin32.
**If you need support or help using this package, please follow [these instructions](https://github.com/mhammond/pywin32/blob/master/README.md#support)** - support or help requests will be closed without comment.
-->

For all bugs, please provide the following information.
For all bugs, please provide the following information:

* Expected behavior and actual behavior.
## Expected behavior and actual behavior

* Steps to reproduce the problem.
## Steps to reproduce the problem
<!-- Prefer using code snippets rather than a screenshot. Please include a full minimal reproduction if possible. -->

* Version of Python and pywin32
1. ...
2. ...
3. ...

```python

```

## System information

Python version and distribution:
<!-- If uncertain, run: python -V -->

pywin32 version:

Installed from PyPI or exe installer:

Windows Version:
<!-- You can find this under "System Information", ie: Version 10.0.19045 Build 19045 -->

DLL locations:
<!-- Run: python -c "import pywintypes,pythoncom;print(pywintypes.__file__,pythoncom.__file__,sep='\n')" -->

0 comments on commit d469ba7

Please sign in to comment.