summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-22 12:04:21 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-22 12:04:21 -0500
commit31481db596e45757cbe3979a2255bff3b3be716e (patch)
treed592ff50dcb7c14b383ddda720725bcdd29f5c1e
parent990dca2675d7793ccfcef232e212931fc955ea84 (diff)
Tweak issue template
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 9ab39859..c0328894 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -9,6 +9,6 @@ assignees: ''
Hi, thanks for filing a Delta bug report!
-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 not to use Delta.) A screenshot of Delta's output on that input is often helpful also.
+- [ ] Please 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 not to use Delta.) A screenshot of Delta's output on that input is often helpful also.
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.