summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug.md
blob: d8cab81085257adad194decd83059aa98732e260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: Bug
about: Create a bug report
title: "\U0001F41B"
labels: ''
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 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.