Skip to content

Commit

Permalink
Edit github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jul 17, 2020
1 parent e65db80 commit 6328f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
---
name: Bug
about: Create a bug report
title: "\U0001F41B"
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.
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.

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.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Feature
about: Propose an improvement
title: "\U0001F680"
title: "\U0001F680 "
labels: ''
assignees: ''

---

Hi, thanks for contributing to Delta, please just go ahead and describe your proposal!
Hi, thanks for contributing to Delta, please go ahead and describe your proposal!

0 comments on commit 6328f98

Please sign in to comment.