From f7c9385c80834071bea604d073fcf2b1501203e6 Mon Sep 17 00:00:00 2001 From: nfoert <92690073+nfoert@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:42:57 -0400 Subject: [PATCH] Create issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b68fad4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Report an issue with Cardie +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug:** +A clear and concise description of what the bug is + + +**To Reproduce:** +Describe the steps needed to encounter this bug or problem + + +**Screenshots:** +If applicable, add screenshots to show what the problem is + + +**Device and Browser information:** +List the device, operating system, and web browser that you're using +- Device: [e.g. laptop, phone] +- OS: [e.g. Windows, Linux, iOS, Android] +- Browser [e.g. chrome, safari] + + +**Additional information:** +Add any other information or details about the problem diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..4adb2cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Open a blank issue that's not a bug or feature +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..f392725 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest a new implementation or feature to add to Cardie +title: '' +labels: feature +assignees: '' + +--- + +**Describe your feature request** +Describe your ideas for this new feature and how it should be implemented + +**Additional information regarding your feature** +Add more details or concept art