1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

Merge pull request #4359 from mikeller/added_diff_instructions

Added instructions on how to do a diff to the issue template.
This commit is contained in:
Michael Keller 2017-10-15 10:32:38 +13:00 committed by GitHub
commit 33461b99e5

View file

@ -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 :).