summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-22 12:23:09 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-22 12:23:09 -0500
commit67124941d5212b6bf1ef12910419cfe1be5fada9 (patch)
treea1b80a50785f41b4b2aae64428b3f68a5d8693c2
parent31481db596e45757cbe3979a2255bff3b3be716e (diff)
Tweak issue template
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index c0328894..e20beb26 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -7,8 +7,8 @@ assignees: ''
---
-Hi, thanks for filing a Delta bug report!
+- [ ] Please include the raw text output from git, so that we can reproduce the problem.
+ (You can use `git --no-pager` to produce the raw text output.)
+- [ ] A screenshot of Delta's output 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.
+Thanks for filing a Delta bug report!