From fb00e7e92584574cd07a808b359fd14cd7f238c1 Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Sun, 20 Oct 2024 13:09:15 +0200 Subject: [PATCH] Add github bug report template. --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..f91fbf67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,14 @@ +--- +name: Bug report +about: Report bugs and crashes +title: '' +labels: '' +assignees: '' + +--- + +**Ropey Version:** full version number (e.g. "2.0.0-alpha-1", not "2") + +**Describe the bug** + +A description of the bug, including how to reproduce it (if possible).