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)