From d9d37597ea1d34d84ba9a34cc171df297ef692c4 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Sat, 29 May 2021 22:44:09 +0300 Subject: [PATCH] chore: small changes to .github issues templates --- .github/ISSUE_TEMPLATE/04_IMPROVEMENT.md | 7 +++++++ .github/ISSUE_TEMPLATE/04_REVIEW.md | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/04_IMPROVEMENT.md delete mode 100644 .github/ISSUE_TEMPLATE/04_REVIEW.md diff --git a/.github/ISSUE_TEMPLATE/04_IMPROVEMENT.md b/.github/ISSUE_TEMPLATE/04_IMPROVEMENT.md new file mode 100644 index 0000000..e567643 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04_IMPROVEMENT.md @@ -0,0 +1,7 @@ +--- +name: Improvement +about: Provide your feedback for the existing codebase. Suggest a better solution for algorithms, development tools, etc. +title: "dev: " +labels: "enhancement" +assignees: "" +--- diff --git a/.github/ISSUE_TEMPLATE/04_REVIEW.md b/.github/ISSUE_TEMPLATE/04_REVIEW.md deleted file mode 100644 index c6fe596..0000000 --- a/.github/ISSUE_TEMPLATE/04_REVIEW.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Review -about: Provide your feedback for existing code base -title: "review: " -labels: "enhancement" -assignees: "" ---- - -# Review