From 318e7046115c09bd11d70344da54fda6c010f655 Mon Sep 17 00:00:00 2001 From: Inter <73017070+inttter@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:43:39 +0000 Subject: [PATCH] =?UTF-8?q?+=20=E2=9C=A8=20Added=20templates=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/badge-request.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/issue-report.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/badge-request.md create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md diff --git a/.github/ISSUE_TEMPLATE/badge-request.md b/.github/ISSUE_TEMPLATE/badge-request.md new file mode 100644 index 0000000..59ddaf2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/badge-request.md @@ -0,0 +1,14 @@ +--- +name: Badge Request +about: Request a badge (or multiple) to add. +title: '' +labels: '' +assignees: '' + +--- + +**Please provide the code for the badge, including *a preview* and *the markdown code*:** +(Insert your code here) + +**Additional context:** +(Anything else that needs to be known. If nothing, leave blank) diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 0000000..c514c1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,14 @@ +--- +name: Issue Report +about: Create a issue report to fix an issue. +title: '' +labels: '' +assignees: '' + +--- + +**What is the issue?** +(Insert your issue here) + +**Provide an image:** +(If none, leave blank)