From 9bc16c418d77e5ea0eb8bf2c3e455229227d79f0 Mon Sep 17 00:00:00 2001 From: Xonk <122314734+X0nk@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:01:35 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/ask-a-question.md | 10 ++++++++++ .../ISSUE_TEMPLATE/{bug_report.md => bug-report.md} | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/ask-a-question.md rename .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} (98%) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md new file mode 100644 index 0000000..f682a74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -0,0 +1,10 @@ +--- +name: Ask A Question +about: ask questions. +title: '' +labels: question +assignees: '' + +--- + +blah blah blah blah diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 98% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug-report.md index af8c5df..321cfc5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Create a bug report so i can see if i can fix it. title: '' labels: bug