{"id":88428,"date":"2025-06-05T09:00:00","date_gmt":"2025-06-05T16:00:00","guid":{"rendered":"https:\/\/github.blog\/?p=88428"},"modified":"2025-06-04T14:13:49","modified_gmt":"2025-06-04T21:13:49","slug":"how-to-create-issues-and-pull-requests-in-record-time-on-github","status":"publish","type":"post","link":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/","title":{"rendered":"How to create issues and pull requests in record time on GitHub"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><p>Software development has always started with a conversation: <em>What problem are we solving, why does it matter, and what does &ldquo;finished&rdquo; look like?<\/em><\/p>\n\n\n\n<p>On GitHub, that conversation crystallizes in an <strong>issue<\/strong>. No matter what tools you&rsquo;re using or who you&rsquo;re working with, a well-designed issue still sets the agenda for pull requests (PR), reviews, tests, and deploys.<\/p>\n\n\n\n<p>That principle hasn&rsquo;t changed&mdash;but how we get from idea to issue to PR is changing fast, with Copilot helping to speed things up. By asking Copilot to <a href=\"https:\/\/github.blog\/changelog\/2025-05-19-creating-issues-with-copilot-on-github-com-is-in-public-preview\/\"><strong>draft an issue<\/strong><\/a>, you can quickly design a clear plan for moving forward. Then (and here&rsquo;s the fun part) you can <a href=\"https:\/\/github.blog\/changelog\/2025-05-19-github-copilot-coding-agent-in-public-preview\/\">assign that issue directly to the new GitHub Copilot coding agent<\/a>, which will asynchronously work to execute on the task at hand and give you a PR.&nbsp;<\/p>\n\n\n\n<p>This is a new way of working. But the basic developer experience is simple, familiar and&mdash;dare I say&mdash;<em>GitHubby<\/em>.&nbsp;<\/p>\n\n\n\n<p>In this blog, we&rsquo;ll talk about:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Why issues remain the backbone of work on GitHub&mdash;whether they&rsquo;re written by you or drafted by Copilot.<\/li>\n\n\n\n<li>Best practices for building great issues when working with your team or Copilot.<\/li>\n\n\n\n<li>How a Copilot-oriented workflow helps you move faster, enforces consistency, and tees up the Copilot coding agent for hands&#8209;off fixes.<\/li>\n<\/ul>\n\n\n\n<p>Let&rsquo;s jump in.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-great-issues-and-pull-requests-are-critical\">Why great issues and pull requests are critical<\/h2>\n\n\n\n<p>GitHub Issues and pull requests are some of the core building blocks on GitHub. Each issue describes a discrete piece of work, and offers helpful details, requirements, and more for whoever picks up that piece of work. PRs bundle the completed work for code reviews and merging.&nbsp;<\/p>\n\n\n\n<p>Even in an AI&#8209;accelerated workflow, these two artifacts are how present and future teams understand what happened and why.<\/p>\n\n\n\n<p>Regardless of who (or what) authors them, well&#8209;structured issues and pull requests deliver four key benefits:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Shared context<\/strong>: One URL captures the problem statement, reproduction steps, and definition of done. Anyone joining next week&mdash;or next year&mdash;can catch up in minutes. And as we say at GitHub, if it doesn&rsquo;t have a URL it didn&rsquo;t happen.&nbsp;<\/li>\n\n\n\n<li><strong>Async coordination<\/strong>: Whether teams are working across timezones, or simply looking to stay heads-down, meetings often add complexity and overhead. Issues free up time by letting developers work asynchronously, meeting only when it will add value.&nbsp;<\/li>\n\n\n\n<li><strong>Audit and analytics<\/strong>: Labels, milestones, and templates feed dashboards, SLAs, and compliance reporting.<\/li>\n\n\n\n<li><strong>Automation hooks<\/strong>: Actions workflows, project boards, and agentic tools rely on predictable metadata attached to every issue.<\/li>\n<\/ul>\n\n\n\n<p>Miss the structure and every downstream step&mdash;human or AI&mdash;slows down. Need an example? Here&rsquo;s an issue I&rsquo;ve been looking at today (and no, I&rsquo;m not going to name and shame anyone):<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Issue #12609: Found broken link. Please fix!<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>&hellip;and that&rsquo;s it! Just a title with no explanation in the body, no actual link, no context, no environment or version info, and no reproducible example or proposed fix.&nbsp;<\/p>\n\n\n\n<p>As developers, we need well-crafted issues in order to dive into any project we get asked to do, and we need to write good issues to help teammates work effectively. AI is no exception: Large language models perform best when objectives, constraints, and success criteria are explicit. A vague prompt leads to vague output, whether it&rsquo;s created by a human or a machine.<\/p>\n\n\n\n<p>Here&rsquo;s the thing: By allowing Copilot to assist with issue creation, you get to focus on clarity, not copy pasting, as Copilot locates the relevant references, builds out the initial issue structure, and even adds labels or project assignments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-anatomy-of-a-great-github-issue\">The anatomy of a great GitHub Issue<\/h2>\n\n\n\n<p>Use this checklist when you create&mdash;or review&mdash;an issue (yes, Copilot writes these for you, but you&rsquo;re still in charge):<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Action&#8209;forward title: <\/strong>Lead with the noun and follow with the verb: &ldquo;Login button &ndash; disable on Safari&#8239;17 beta&rdquo; beats &ldquo;Some login thing?&rdquo;<\/li>\n\n\n\n<li><strong>Problem or user story: <\/strong>Frame the pain: <em>&ldquo;As a shopper, I can&rsquo;t click Buy on mobile Safari, so I abandon the cart and cry.&rdquo;<\/em><\/li>\n\n\n\n<li><strong>Expected vs. actual behavior: <\/strong>Two quick bullets: <em>&ldquo;Should render primary button&rdquo;<\/em> vs. <em>&ldquo;Button unclickable, no CSS pointer&#8209;events.&rdquo;<\/em><\/li>\n\n\n\n<li><strong>Reproduction steps or visual evidence: <\/strong>GIFs, screenshots, or command-line specifics&mdash;whatever helps a teammate (or Copilot) quickly understand the problem.<\/li>\n\n\n\n<li><strong>Acceptance criteria \/ definition of done: <\/strong>Straightforward pass\/fail criteria, such as &ldquo;all tests pass&rdquo;, &ldquo;Lighthouse score &gt;&#8239;90&rdquo;, &ldquo;feature flag removed&rdquo;.<\/li>\n\n\n\n<li><strong>Scope and constraints: <\/strong>Guardrails to prevent yak&#8209;shaving: perf budgets, browser list, no new dependencies.<\/li>\n\n\n\n<li><strong>Metadata (labels, assignee, milestone, project): <\/strong>It&rsquo;s the secret sauce that powers boards, filters, and Slack notifications.<\/li>\n<\/ul>\n\n\n\n<p>Miss anything and async breaks down. Nail this format and Copilot&mdash;and your team&mdash;can move fast.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-draft-issues-on-github-faster-with-copilot\">How to draft issues on GitHub faster with Copilot<\/h2>\n\n\n\n<p>Great issues share two traits: they&rsquo;re fast to write and rich in context. GitHub&#8239;Copilot&rsquo;s <strong>Create Issue<\/strong> flow gives you both. Instead of hopping between fields or copy&#8209;pasting snippets, <a href=\"https:\/\/github.com\/copilot\">you can open Copilot Chat<\/a> and describe the problem in plain language:&nbsp;<\/p>\n\n\n<div class=\"wp-block-code-wrapper\">\n<pre class=\"wp-block-code language-plaintext\"><code>\"Create a bug report about a 500 error on the login form in octo-org\/octo&#8209;web.\"<\/code><\/pre>\n<clipboard-copy aria-label=\"Copy\" class=\"code-copy-btn\" data-copy-feedback=\"Copied!\" value='\"Create a bug report about a 500 error on the login form in octo-org\/octo&#8209;web.\"' tabindex=\"0\" role=\"button\"><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-copy js-clipboard-copy-icon\"><path d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z\"><\/path><path d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z\"><\/path><\/svg><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-check js-clipboard-check-icon\"><path d=\"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z\"><\/path><\/svg><\/clipboard-copy><\/div>\n\n\n<p>Copilot drafts the title, body, and even suggests labels and an assignee&mdash;drawing on your repository&rsquo;s preferred template so the issue lands in the right format every time.<\/p>\n\n\n\n<p><strong>Here&rsquo;s the step-by-step guide:&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Open Copilot Chat&rsquo;s immersive view<\/strong> at <a href=\"http:\/\/github.com\/copilot\">github.com\/copilot<\/a>.<\/li>\n\n\n\n<li><strong>Describe what you need<\/strong>. Mention the repo (<code>org\/repo<\/code>) or let Copilot infer it from where you last filed an issue.<\/li>\n\n\n\n<li><strong>Drop in a screenshot<\/strong> if a picture tells the story faster; Copilot will embed it in the draft and reference it in the description.<\/li>\n\n\n\n<li><strong>Review the draft<\/strong>. Ask follow&#8209;up prompts (&ldquo;add repro steps,&rdquo; &ldquo;switch to the bug template&rdquo;) or tweak the Markdown directly. Template switches keep your content&mdash;no rewriting required.<\/li>\n\n\n\n<li><strong>Click&#8239;Create<\/strong> when it looks good.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tips-for-building-great-issues-with-github-copilot\">Tips for building great issues with GitHub Copilot<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>What you do<\/strong><\/td><td><strong>How Copilot helps<\/strong><\/td><td><strong>Why it matters<\/strong><\/td><\/tr><tr><td><strong>Lead with context<\/strong> (expected&#8239;vs.&#8239;actual, repro steps)<\/td><td>Parses your wording into the right template sections.<\/td><td>Teammates (or Copilot) get clarity.<\/td><\/tr><tr><td><strong>Attach evidence<\/strong> (screens, logs)<\/td><td>&ldquo;Image&#8209;to&#8209;issue&rdquo; persists the file in the issue body.<\/td><td>Future debuggers see exactly what you saw.<\/td><\/tr><tr><td><strong>Tag next actions<\/strong> (&ldquo;assign to Copilot&rdquo;, &ldquo;label frontend&rdquo;)<\/td><td>Adds assignee, labels, milestones in one go.<\/td><td>Keeps boards tidy and workflows automated.<\/td><\/tr><tr><td><strong>Batch related bugs<\/strong> in one prompt<\/td><td>Generates multiple drafts you can individually approve.<\/td><td>Zero tab switching when you&rsquo;re in triage mode.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-turn-an-issue-into-a-draft-pr-with-the-coding-agent-in-github-copilot-nbsp\">How to turn an issue into a draft PR with the coding agent in GitHub Copilot&nbsp;<\/h2>\n\n\n\n<p>Ok&mdash;now that you have a clear issue in hand thanks to Copilot,&nbsp; you can assign it to <strong>Copilot via the coding agent<\/strong> (yes, it shows up like any teammate) or ask:<\/p>\n\n\n<div class=\"wp-block-code-wrapper\">\n<pre class=\"wp-block-code language-plaintext\"><code>\"Assign this to Copilot.\"<\/code><\/pre>\n<clipboard-copy aria-label=\"Copy\" class=\"code-copy-btn\" data-copy-feedback=\"Copied!\" value='\"Assign this to Copilot.\"' tabindex=\"0\" role=\"button\"><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-copy js-clipboard-copy-icon\"><path d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z\"><\/path><path d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z\"><\/path><\/svg><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-check js-clipboard-check-icon\"><path d=\"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z\"><\/path><\/svg><\/clipboard-copy><\/div>\n\n\n<figure class=\"wp-block-video\"><video height=\"1384\" style=\"aspect-ratio: 2496 \/ 1384;\" width=\"2496\" controls poster=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-04-at-1.05.06&#8239;PM.png\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/442425807-6a98cb6d-1246-43da-85fe-fa3a75dda17b.mp4\"><\/video><\/figure>\n\n\n\n<p>When you hit <strong>Create<\/strong>, Copilot takes ownership and starts working on a fix&mdash;look for the &#128064; reaction on the issue thread. Behind the scenes, here&rsquo;s what happens:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copilot spins up a secure GitHub Actions workspace.<\/li>\n\n\n\n<li>It clones the repo, does a semantic code search (RAG&#8209;style), and plots a fix plan.<\/li>\n\n\n\n<li>Commits roll into a <strong>draft PR<\/strong> you can watch in real time&mdash;no surprise force&#8209;pushes.<\/li>\n\n\n\n<li>Your standard branch protections and CI gates still run, because we &hearts;&#65039; you&#8209;who&#8209;likes&#8209;passing&#8209;tests.<\/li>\n<\/ul>\n\n\n\n<p>Here&rsquo;s why this is helpful:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Parallelization<\/strong>: You review while Copilot writes, so dev cycles overlap nicely.<\/li>\n\n\n\n<li><strong>Auditability<\/strong>: Every commit, diff, and comment is right there, so there&rsquo;s no black&#8209;box AI mystery.<\/li>\n\n\n\n<li><strong>Guardrails<\/strong>: Same CODEOWNERS, same signing rules. Velocity without the cortisol.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-common-questions-speedy-answers\">Common questions, speedy answers<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>&ldquo;Won&rsquo;t Copilot flood my repo with low&#8209;quality issues?&rdquo;<\/strong>\n<ul class=\"wp-block-list\">\n<li>It drafts, <em>you<\/em> refine and press Create. Same rate limits, same templates&mdash;just less typing.<a href=\"https:\/\/cassidoo.co\/blog\/?utm_source=chatgpt.com\">&nbsp;<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>&ldquo;Can it update existing issues?&rdquo;<\/strong>\n<ul class=\"wp-block-list\">\n<li>Not yet. Today is net&#8209;new only; <em>Update Issue<\/em> is on the roadmap.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>&ldquo;Does it understand my custom templates?&rdquo;<\/strong>\n<ul class=\"wp-block-list\">\n<li>Yes! Copilot infers from your repo, and you can switch templates mid&#8209;draft without losing your prompt context.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>&ldquo;Mobile support?&rdquo;<\/strong>\n<ul class=\"wp-block-list\">\n<li>Desktop for now; mobile is on the horizon (because phones exist).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-now-it-s-your-turn\">Now it&rsquo;s your turn<\/h2>\n\n\n\n<p>Next time your brain yells &ldquo;Ugh, filing this bug will take longer than fixing it,&rdquo; open Copilot Chat and let the robot handle the form fields while you capture intent. The faster you translate thought to issue to PR, the sooner users get features&mdash;and the sooner you get back to the fun bits.<\/p>\n\n\n\n<p>Now go forth, issue wisely, and may your PRs get greenlit.&nbsp;<\/p>\n\n\n\n<p>Happy coding!<\/p>\n\n\n\n<div class=\"wp-block-group post-content-cta has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>Want to learn more about GitHub Copilot? <br><\/strong><a href=\"https:\/\/docs.github.com\/en\/copilot\/about-github-copilot\/what-is-github-copilot\">Explore our Docs &gt;<\/a><\/p>\n<\/div>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to spin up a GitHub Issue, hand it to Copilot, and get a draft pull request in the same workflow you already know.<\/p>\n","protected":false},"author":2165,"featured_media":88430,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_gh_post_show_toc":"yes","_gh_post_is_no_robots":"","_gh_post_is_featured":"yes","_gh_post_is_excluded":"","_gh_post_is_unlisted":"","_gh_post_related_link_1":"","_gh_post_related_link_2":"","_gh_post_related_link_3":"","_gh_post_sq_img":"","_gh_post_sq_img_id":"","_gh_post_cta_title":"","_gh_post_cta_text":"","_gh_post_cta_link":"","_gh_post_cta_button":"","_gh_post_recirc_hide":"","_gh_post_recirc_col_1":"","_gh_post_recirc_col_2":"","_gh_post_recirc_col_3":"","_gh_post_recirc_col_4":"","_featured_video":"","_gh_post_additional_query_params":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2},"_wpas_customize_per_network":false,"_links_to":"","_links_to_target":""},"categories":[3298,3302],"tags":[2535,1920],"coauthors":[3116],"class_list":["post-88428","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-skills","category-github","tag-github-copilot","tag-github-issues"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to create issues and pull requests in record time on GitHub - The GitHub Blog<\/title>\n<meta name=\"description\" content=\"Learn how to spin up a GitHub Issue, hand it to Copilot, and get a draft pull request in the same workflow you already know.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create issues and pull requests in record time on GitHub\" \/>\n<meta property=\"og:description\" content=\"Learn how to spin up a GitHub Issue, hand it to Copilot, and get a draft pull request in the same workflow you already know.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/\" \/>\n<meta property=\"og:site_name\" content=\"The GitHub Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-05T16:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jon Peck\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jon Peck\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/\"},\"author\":{\"name\":\"Jon Peck\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/cac84f574eaeb18089d6f97ab1c65227\"},\"headline\":\"How to create issues and pull requests in record time on GitHub\",\"datePublished\":\"2025-06-05T16:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/\"},\"wordCount\":1425,\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080\",\"keywords\":[\"GitHub Copilot\",\"GitHub Issues\"],\"articleSection\":[\"Developer skills\",\"GitHub\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/\",\"url\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/\",\"name\":\"How to create issues and pull requests in record time on GitHub - The GitHub Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080\",\"datePublished\":\"2025-06-05T16:00:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/cac84f574eaeb18089d6f97ab1c65227\"},\"description\":\"Learn how to spin up a GitHub Issue, hand it to Copilot, and get a draft pull request in the same workflow you already know.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/#primaryimage\",\"url\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080\",\"contentUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-create-issues-and-pull-requests-in-record-time-on-github\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/github.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Developer skills\",\"item\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"GitHub\",\"item\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to create issues and pull requests in record time on GitHub\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/github.blog\\\/#website\",\"url\":\"https:\\\/\\\/github.blog\\\/\",\"name\":\"The GitHub Blog\",\"description\":\"Updates, ideas, and inspiration from GitHub to help developers build and design software.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/github.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/cac84f574eaeb18089d6f97ab1c65227\",\"name\":\"Jon Peck\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a6da08737dade3e349fef28977d6c8639075db60dd830cc5d5c1771c8aa4d200?s=96&d=mm&r=gb44165091744c99683dfd98b9c892445\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a6da08737dade3e349fef28977d6c8639075db60dd830cc5d5c1771c8aa4d200?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a6da08737dade3e349fef28977d6c8639075db60dd830cc5d5c1771c8aa4d200?s=96&d=mm&r=g\",\"caption\":\"Jon Peck\"},\"url\":\"https:\\\/\\\/github.blog\\\/author\\\/peckjon\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to create issues and pull requests in record time on GitHub - The GitHub Blog","description":"Learn how to spin up a GitHub Issue, hand it to Copilot, and get a draft pull request in the same workflow you already know.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/","og_locale":"en_US","og_type":"article","og_title":"How to create issues and pull requests in record time on GitHub","og_description":"Learn how to spin up a GitHub Issue, hand it to Copilot, and get a draft pull request in the same workflow you already know.","og_url":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/","og_site_name":"The GitHub Blog","article_published_time":"2025-06-05T16:00:00+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080","type":"image\/png"}],"author":"Jon Peck","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jon Peck","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/#article","isPartOf":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/"},"author":{"name":"Jon Peck","@id":"https:\/\/github.blog\/#\/schema\/person\/cac84f574eaeb18089d6f97ab1c65227"},"headline":"How to create issues and pull requests in record time on GitHub","datePublished":"2025-06-05T16:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/"},"wordCount":1425,"image":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080","keywords":["GitHub Copilot","GitHub Issues"],"articleSection":["Developer skills","GitHub"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/","url":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/","name":"How to create issues and pull requests in record time on GitHub - The GitHub Blog","isPartOf":{"@id":"https:\/\/github.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/#primaryimage"},"image":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080","datePublished":"2025-06-05T16:00:00+00:00","author":{"@id":"https:\/\/github.blog\/#\/schema\/person\/cac84f574eaeb18089d6f97ab1c65227"},"description":"Learn how to spin up a GitHub Issue, hand it to Copilot, and get a draft pull request in the same workflow you already know.","breadcrumb":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/#primaryimage","url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080","contentUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-create-issues-and-pull-requests-in-record-time-on-github\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/github.blog\/"},{"@type":"ListItem","position":2,"name":"Developer skills","item":"https:\/\/github.blog\/developer-skills\/"},{"@type":"ListItem","position":3,"name":"GitHub","item":"https:\/\/github.blog\/developer-skills\/github\/"},{"@type":"ListItem","position":4,"name":"How to create issues and pull requests in record time on GitHub"}]},{"@type":"WebSite","@id":"https:\/\/github.blog\/#website","url":"https:\/\/github.blog\/","name":"The GitHub Blog","description":"Updates, ideas, and inspiration from GitHub to help developers build and design software.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/github.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/github.blog\/#\/schema\/person\/cac84f574eaeb18089d6f97ab1c65227","name":"Jon Peck","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a6da08737dade3e349fef28977d6c8639075db60dd830cc5d5c1771c8aa4d200?s=96&d=mm&r=gb44165091744c99683dfd98b9c892445","url":"https:\/\/secure.gravatar.com\/avatar\/a6da08737dade3e349fef28977d6c8639075db60dd830cc5d5c1771c8aa4d200?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a6da08737dade3e349fef28977d6c8639075db60dd830cc5d5c1771c8aa4d200?s=96&d=mm&r=g","caption":"Jon Peck"},"url":"https:\/\/github.blog\/author\/peckjon\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/06\/wallpaper-copilot-generic-logo-dark.png?fit=1920%2C1080","jetpack_shortlink":"https:\/\/wp.me\/pamS32-n0g","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/88428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/users\/2165"}],"replies":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/comments?post=88428"}],"version-history":[{"count":4,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/88428\/revisions"}],"predecessor-version":[{"id":88440,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/88428\/revisions\/88440"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media\/88430"}],"wp:attachment":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media?parent=88428"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/categories?post=88428"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/tags?post=88428"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/coauthors?post=88428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}