From 3dffa3e46ef7c31b14d7d960013916e5a8387884 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sat, 14 Oct 2017 10:20:40 +1300 Subject: [PATCH] Added instructions on how to do a diff to the issue template. --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 33621e0747..84b8fa9e42 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -7,5 +7,5 @@ 2.) Include ways to reproduce the problem; 3.) Provide information about your flightcontroller and other components including how they are connected/wired; 4.) Add the used configuration and firmware version; -5.) Create a `diff` and post it here in a code block. Put \`\`\` (three backticks) at the start and end of the `diff` block; and +5.) Create a `diff` and post it here in a code block. Put \`\`\` (three backticks) at the start and end of the `diff` block ([instructions](https://oscarliang.com/use-diff-not-dump-betaflight/) on how to do a diff); and 6.) Remove this Text :).