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
194 B
Markdown
11 lines
194 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
labels:
|
|
- "Feature Request"
|
|
- "actions/autoclose-feat"
|
|
|
|
---
|
|
|
|
Requests is not accepting feature requests at this time.
|