From f95c9cf3f42fc0d1c1f62a6a2bc9a4cfc641d875 Mon Sep 17 00:00:00 2001 From: "Brian P. Walenz" Date: Wed, 17 May 2017 14:43:20 -0400 Subject: [PATCH] Add an issue template. --- .github/ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..137f31ba5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +**Remove this text before submitting your issue!** + +Include the canu command used, or at least tell us what options you've set. + +Include the output of `canu -version` if it isn't in any outputs. It's reported at the start of the logging, and just before any crash report. + +Include what system you're running on. MacOS, Linux, or other? In a virtual machine? On a grid? + +FORMATTING TIPS: + +Use `single backtics` to highlight words in text. +``` +Use triple backtics surrounding any pasted-in text. +This preserves + any + bizarre + formatting +``` +Use the `Preview` button just above this space to see what the issue will look like. + +**Remove this text before submitting your issue!**