mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
6c8d9b1d0f
We spend a fair amount of time closing issues because people don't read the template closely or understand what they're being told. Let's take advantage of being able to auto-label an issue based on the template and then trigger a workflow to auto-magically close the issue with a message and lock the issue.
11 lines
249 B
Markdown
11 lines
249 B
Markdown
---
|
|
name: Request for Help
|
|
about: Guidance on using Requests.
|
|
labels:
|
|
- "Question/Not a bug"
|
|
- "actions/autoclose-qa"
|
|
|
|
---
|
|
|
|
Please refer to our [Stack Overflow tag](https://stackoverflow.com/questions/tagged/python-requests) for guidance.
|