From c2671d69cccbb45465999084204009444fc448e3 Mon Sep 17 00:00:00 2001 From: Kaiz <24286590+ful1e5@users.noreply.github.com> Date: Wed, 12 Aug 2020 12:10:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20issue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/----bug-report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/---feature.md | 12 ++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/---feature.md diff --git a/.github/ISSUE_TEMPLATE/----bug-report.md b/.github/ISSUE_TEMPLATE/----bug-report.md new file mode 100644 index 0000000..db30f32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----bug-report.md @@ -0,0 +1,20 @@ +--- +name: " \U0001F41B Bug Report" +about: Did something not work? +title: '' +labels: bug +assignees: '' + +--- + +## Description of the problem + +## How has this issue affected you? What are you trying to accomplish? + +### Logs or Screenshots: (optional) + +### Your Environment + +| Software | Name/Version | +| ---------------- | ------------ | +| Operating System | | diff --git a/.github/ISSUE_TEMPLATE/---feature.md b/.github/ISSUE_TEMPLATE/---feature.md new file mode 100644 index 0000000..945a67e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---feature.md @@ -0,0 +1,12 @@ +--- +name: "\U0001F308 Feature" +about: " What cool thing would you like to add?" +title: '' +labels: enhancement +assignees: '' + +--- + +# What is this feature? +# How the feature should work? +# You have examples or an idea of how it can be implemented?