From 6ffe14707d337e57c65a940d4b9d57b4b554525c Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 23 Feb 2020 01:11:53 -0500 Subject: [PATCH] [skip travis] Fix templates. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2e1ef9c2..02dc0b29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,8 @@ name: Bug report about: Found a bug? Please report it if it hasn't already been filed... title: "" -labels: "" -assignees: "" +labels: "bug" +assignees: "ClementTsang" --- ## Describe the bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 550b6dcc..501f49b4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,8 +2,8 @@ name: Feature request about: Suggest an idea for this project title: "" -labels: "" -assignees: "" +labels: "enhancement" +assignees: "ClementTsang" --- ## Describe the feature request