summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATES/bug_report.md27
-rw-r--r--.github/ISSUE_TEMPLATES/enhancement_proposal.md18
2 files changed, 0 insertions, 45 deletions
diff --git a/.github/ISSUE_TEMPLATES/bug_report.md b/.github/ISSUE_TEMPLATES/bug_report.md
deleted file mode 100644
index 52379b8..0000000
--- a/.github/ISSUE_TEMPLATES/bug_report.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-name: Bug report
-about: Create a report for a bug to help us improve
-title: ''
-labels: 'bug'
-assignees: ''
----
-
-**Describe the bug**
-
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-
-A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue.
-
-**Expected behavior**
-
-A clear and concise description of what you expected to happen.
-
-**Version**
-
-**Logs**
-
-```
-Paste any relevant application logs here
-```
diff --git a/.github/ISSUE_TEMPLATES/enhancement_proposal.md b/.github/ISSUE_TEMPLATES/enhancement_proposal.md
deleted file mode 100644
index c0136f1..0000000
--- a/.github/ISSUE_TEMPLATES/enhancement_proposal.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-name: Enhancement proposal
-about: Propose an enhancement for this project
-title: ''
-labels: 'enhancement'
-assignees: ''
----
-# Summary
-
-What change you think needs making.
-
-# Motivation
-
-Please give examples of your use case, e.g. when would you use this.
-
-# Proposal
-
-How do you think this should be implemented?