summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-28 10:30:43 -0400
committerGitHub <noreply@github.com>2020-04-28 10:30:43 -0400
commit0038dfbe7e9953da6cb2f3407797da125d21804c (patch)
tree64418a032119760724b54367603b43fbe0331d73 /.github
parent58b303f661e349854649031aebd0962816ba6854 (diff)
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md14
-rw-r--r--.github/ISSUE_TEMPLATE/feature.md10
-rw-r--r--.github/ISSUE_TEMPLATE/proposal.md10
3 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
new file mode 100644
index 00000000..baaf6673
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,14 @@
+---
+name: Bug
+about: Create a bug report
+title: "\U0001F41B"
+labels: ''
+assignees: ''
+
+---
+
+Hi, thanks for filing a Delta bug report!
+
+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.
+
+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.
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
new file mode 100644
index 00000000..70695740
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,10 @@
+---
+name: Feature
+about: Propose an improvement
+title: "➕"
+labels: ''
+assignees: ''
+
+---
+
+Hi, thanks for contributing to Delta! Please go ahead and describe your proposal.
diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md
new file mode 100644
index 00000000..179d8294
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/proposal.md
@@ -0,0 +1,10 @@
+---
+name: Proposal
+about: Propose an improvement
+title: "➕"
+labels: ''
+assignees: ''
+
+---
+
+Hi, thanks for contributing to Delta! Please go ahead and describe your proposal.