Manage issues and pull requests with keyword updates
Manage your repositories’ incoming issues more efficiently with a few new updates: a keyword and saved reply to mark duplicate issues, along with a clearer, more informative style for keywords.…
Manage your repositories’ incoming issues more efficiently with a few new updates: a keyword and saved reply to mark duplicate issues, along with a clearer, more informative style for keywords.
Marking an issue as a duplicate
Sometimes your users report the same bug, or your teammates share the same idea. No matter why a redundant issue was posted, you can now mark it as a duplicate of another issue.
To flag a duplicate, add a comment using the duplicate of
keyword followed by the issue number or URL. A “Marked as duplicate” timeline event will appear in the timelines of the referenced issues.
Learn more about duplicate issues
Improved keyword styling
We’ve updated the way keywords are displayed in issues and pull request to give you more information. Keywords like closes
are highlighted, and when you hover over them, you’ll see a tooltip explaining what the keyword means. For closes
, you’ll learn that the referenced issue will close when the pull request is merged.
Learn more about using keywords
Written by
Related posts
Boost your CLI skills with GitHub Copilot
Want to know how to take your terminal skills to the next level? Whether you’re starting out, or looking for more advanced commands, GitHub Copilot can help us explain and suggest the commands we are looking for.
Beginner’s guide to GitHub: Setting up and securing your profile
As part of the GitHub for Beginners guide, learn how to improve the security of your profile and create a profile README. This will let you give your GitHub account a little more personality.
Beginner’s guide to GitHub: Merging a pull request
As part of the GitHub for Beginners guide, learn how to merge pull requests. This will enable you to resolve conflicts when they arise.