From eb082bfbbc4ef488d4e562ad05f2e636763423ec Mon Sep 17 00:00:00 2001 From: leman <2534290808@qq.com> Date: Wed, 17 Jun 2020 10:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=98Add=20template=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/BUG.md | 28 +++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 37 +++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index e69de29..ea65b2c 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -0,0 +1,28 @@ +--- +name: bug. +about: Some bugs about flutter-icons. +title: '' +labels: '' +assignees: '' + +--- + + + + + ## Env info + + ``` + ``` + + + + ## Bug info + + ``` + ``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index e69de29..4028bd1 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,37 @@ +--- +name: Feature request +about: Suggest a new idea for flutter-icons. +title: '' +labels: '' +assignees: '' + +--- + + + + +## Use case + + +``` +``` + +## Proposal + + +``` +```