aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..f240de1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,39 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+# Bug Description
+
+A clear and concise description of what the bug is.
+
+## Reproduction path
+
+```
+git clone https://github.com/rakudo/star
+...
+```
+
+## Output of `sysinfo`
+
+```
+rstar sysinfo
+```
+
+## Full Output of Fetch Logs
+
+Not applicable when using a Rakudo Star tarball from rakudo.org.
+
+```
+RSTAR_DEBUG=1 rstar fetch
+```
+
+## Full Output of Install Logs
+
+```
+RSTAR_DEBUG=1 rstar install
+```