-
Notifications
You must be signed in to change notification settings - Fork 3.9k
docs: add note about using keywords for linking PRs to issues #8316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added a new section in the Contributing guide explaining how to use GitHub keywords (closes, fixes, resolves) to automatically link PRs to issues. This helps contributors properly reference issues in their PRs. Closes #7794 Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> Co-authored-by: Username <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
|
🎉 This PR is included in version 1.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added a new section in the Contributing guide explaining how to use GitHub keywords (closes, fixes, resolves) to automatically link PRs to issues. This helps contributors properly reference issues in their PRs, which is especially important for Hacktoberfest contributors.
Changes
Closes #7794
This agent session was co-authored by brian and Continue.
Summary by cubic
Added a "Linking Your PR to Issues" section to docs/CONTRIBUTING.mdx. It explains GitHub keywords (closes/fixes/resolves) to auto-link and close issues on merge, with examples and a link to GitHub docs; closes #7794.