summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-29 13:52:32 -0400
committerDan Davison <dandavison7@gmail.com>2020-04-29 20:15:41 -0400
commitd21b8dbd086ce80f383d6a01700c4c4de83ba892 (patch)
tree1c317f5fff1cbe3b407dc252f9c718aa7540f5e2 /.github
parentc8db05e3165658d21a6e25e5746c6b22dc2187f8 (diff)
Update bug template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index baaf6673..d8cab810 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -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.