You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable github Discussions for general support questions. (#2510)
* Enable github Discussions as the new place for general support questions.
* Changed the issue template and reverted the changelog entry.
* Changed the info about the mailing list in the README.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/issue_template.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ Note that issues in this repository are only for bugs or feature requests in the
9
9
Type stubs currently live in [typeshed](<https://github.com/python/typeshed/tree/main/stubs/pywin32>).
10
10
Any issue or request related to static type-checking and IntelliSense should be raised there.
11
11
12
-
**If you need support or help using this package, please follow [these instructions](https://github.com/mhammond/pywin32/blob/main/README.md#support)** - support or help requests will be closed without comment.
12
+
If you need support or help using this package, please start a discussion under the [Q&A category](https://github.com/mhammond/pywin32/discussions/new?category=q-a).
13
+
Support or help requests will be converted into a discussion anyhow.
13
14
-->
14
15
15
16
For all bugs, please provide the following information:
Copy file name to clipboardExpand all lines: README.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,13 @@ Feel free to [open issues](https://github.com/mhammond/pywin32/issues) for
30
30
all bugs (or suspected bugs) in pywin32. [pull-requests](https://github.com/mhammond/pywin32/pulls)
31
31
for all bugs or features are also welcome.
32
32
33
+
However, please **do not open GitHub issues for general support requests**, or for problems or questions using the modules in this package.
34
+
For pywin32 support requests, please start a [discussion](https://github.com/mhammond/pywin32/discussions) under the [Q&A category](https://github.com/mhammond/pywin32/discussions/new?category=q-a). All non bug related issues will be converted into a discussion anyhow.
35
+
The [python-win32 mailing list](https://mail.python.org/mailman/listinfo/python-win32) is still available for general Python on Windows help requests.
36
+
33
37
Type stubs currently live in [typeshed](<https://github.com/python/typeshed/tree/main/stubs/pywin32>).
34
38
Any issue or request related to static type-checking and IntelliSense should be raised there.
35
39
36
-
However, please **do not open GitHub issues for general support requests**, or
37
-
for problems or questions using the modules in this package - they will be
0 commit comments