Update bug template

This commit is contained in:
Dan Davison 2020-04-29 13:52:32 -04:00
parent c8db05e316
commit d21b8dbd08

View File

@ -9,6 +9,8 @@ assignees: ''
Hi, thanks for filing a Delta bug report!
Please don't hesitate to go ahead and create the issue -- the most important thing is that we have a record of things that are wrong.
One thing that can be very helpful is to include the raw git / diff output in your issue description, so that we can reproduce the problem. (You can use `git --no-pager`) to tell git to temporarily do something without using Delta.) A screenshot of Delta's output on that input is often helpful also.
One thing that can be very helpful is, if Delta is doing something wrong, to include the raw git / diff output in your issue description, so that we can reproduce the problem. (You can use `git --no-pager`) to tell git to temporarily do something without using Delta.) A screenshot of Delta's output on that input is often helpful also.
Also, please be explicit about what you were expecting to happen / what it should look like.
But please don't hesitate to go ahead and create the issue -- the most important thing is that we have a record of things that are wrong.