docs,ci: clarify that users can never open issues (#12335)

I removed the entire paragraph in CONTRIBUTING.md because the "Quick
Guide" section explains it all better already.
This commit is contained in:
Mitchell Hashimoto
2026-04-21 09:23:06 -07:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

View File

@@ -18,5 +18,6 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
auto-close: true
template-file: .github/issue-unvouched-message
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}