From fb509dbee70286a38aa366abd426824d8a1d18db Mon Sep 17 00:00:00 2001
From: Nate Moore <natemoo-re@users.noreply.github.com>
Date: Wed, 23 Jun 2021 22:43:51 -0500
Subject: [PATCH] Update bug_report_beta.yml

---
 .github/ISSUE_TEMPLATE/bug_report_beta.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report_beta.yml b/.github/ISSUE_TEMPLATE/bug_report_beta.yml
index 82a6b47cf2..9f706b8d23 100644
--- a/.github/ISSUE_TEMPLATE/bug_report_beta.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report_beta.yml
@@ -1,6 +1,6 @@
 name: "\U0001F41B Bug Report (Beta)"
 description: Report an issue or possible bug
-title: "\U0001F41B <TITLE>"
+title: "\U0001F41B"
 labels: []
 assignees: []
 body:
@@ -39,3 +39,13 @@ body:
     attributes:
       label: Expected Behavior
       description: A clear and concise description of what you expected to happen.
+  - type: textarea
+    attributes:
+      label: Steps to reproduce
+      description: "We can't fix bugs that we can't see for ourselves! Issues often need to be closed if this section is skipped."
+      value:
+        1. `npm init astro` using template <NAME>
+        2. ...
+        3. ...
+        4. ...
+        5. Error! Describe what went wrong...