ci: close first-time contributor PRs that lack a linked issue (#7164)

* ci: close first-time contributor PRs that lack a linked issue

* ci: indent FTC close comment so the workflow YAML parses
This commit is contained in:
Vidit Ostwal
2026-08-31 21:29:59 +05:30
committed by GitHub
parent 0e7625813b
commit 614efcdd30
3 changed files with 136 additions and 1 deletions

24
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,24 @@
## Related issue
Fixes #
<!--
First-time contributors must link an existing issue in this repo.
Use a closing keyword: Fixes #123, Closes #123, or Resolves #123.
PRs without a linked issue are closed automatically.
-->
## Summary
<!-- Explain the solution and why. -->
## Verification
<!-- List the automated and manual checks used to verify the change. -->
- [ ] Tests added or updated for the changed behavior
- [ ] Relevant tests and quality checks pass locally
## Additional context
<!-- Include screenshots, compatibility notes, follow-up work, or "None". -->