summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-28 10:15:33 -0400
committerGitHub <noreply@github.com>2020-04-28 10:15:33 -0400
commit5bf82b76cc1b135da4ee468c2d35b28c203a6150 (patch)
tree5541ca95cf95d6c513f4f576662e4600ca2af14d /.github
parentbede9a506e54fdcceb8530e0e703d5609eb90267 (diff)
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..96c27472
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,14 @@
+---
+name: Bug report
+about: Create a report to help us improve Delta
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+Hi, thanks for filing a Delta issue!
+
+Please don't hesitate to go ahead and file your issue -- the most important thing is that we have a record of things that are wrong.
+
+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.