summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-04-28 10:34:16 -0400
committerDan Davison <dandavison7@gmail.com>2020-04-28 10:34:16 -0400
commit622f6b64997678f12f3221edd8e65a91d5ef56a3 (patch)
tree32f86b7c190332d02418bc04b7219af26b8662d4 /.github
parentcfbabd2fb236c502bbf27b91649624261293f5fc (diff)
Delete superfluous issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md14
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md10
2 files changed, 0 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 184e4797..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-name: Bug report
-about: "-------------"
-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_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index d9fc8a6f..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-name: Feature request
-about: "-------------------"
-title: "➕"
-labels: ''
-assignees: ''
-
----
-
-Hi, thanks for contributing to Delta! Please go ahead and describe your proposal.