diff options
| author | jannfis <jann@mistrust.net> | 2020-08-05 14:56:00 +0200 |
|---|---|---|
| committer | jannfis <jann@mistrust.net> | 2020-08-05 14:56:00 +0200 |
| commit | 74c3828e4f25207c7cc8a2b69f29a1c2a39755a0 (patch) | |
| tree | a5057f7b6a97e50a1ad456b956d950c9aaf4d057 | |
| parent | 738c6d897aafac540847a4a066aed40c42526205 (diff) | |
Remove wrong issue templates dir
| -rw-r--r-- | .github/ISSUE_TEMPLATES/bug_report.md | 27 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATES/enhancement_proposal.md | 18 |
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? |
