From 4e330f5aaa24699c4b8159c9379ae24c7095101b Mon Sep 17 00:00:00 2001 From: Konstantin Taranov Date: Thu, 11 Oct 2018 15:43:18 +0300 Subject: [PATCH] Update issue templates to modern version More details here https://blog.github.com/2018-05-02-issue-template-improvements/ --- .github/bug_report.md | 7 +++++++ .github/feature_request.md | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/bug_report.md create mode 100644 .github/feature_request.md diff --git a/.github/bug_report.md b/.github/bug_report.md new file mode 100644 index 0000000..32c4cc7 --- /dev/null +++ b/.github/bug_report.md @@ -0,0 +1,7 @@ +--- +name: Bug report +about: Create a bug report to help us improve + +--- + +Please describe details of your issue as much as possible. diff --git a/.github/feature_request.md b/.github/feature_request.md new file mode 100644 index 0000000..b656839 --- /dev/null +++ b/.github/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +Fixes # . + +Changes proposed in this pull request: + - + - + - +