aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <Tyil@users.noreply.github.com>2021-01-10 16:55:44 +0100
committerGitHub <noreply@github.com>2021-01-10 16:55:44 +0100
commit5dbd16af7fd09df40fe619baacc35ea42f91228c (patch)
tree28a846d4e28998486eb6fa1febb2a47d3f2597b7
parent2f53360a94192f11536e2d59e289724d56e61940 (diff)
Update issue templates
This hopefully encourages better bug reports.
-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
+```