From 1e8f0b01ad265bf758471bf2b2def1863fba1359 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Thu, 27 Jan 2022 16:23:35 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/enhancement-request.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..a0510aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,10 @@ +--- +name: Bug Report +about: Report a program exception or general bug. +title: '' +labels: Bug +assignees: pointfeev + +--- + +###### Describe the bug and/or provide an image of the exception dialog box: diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md new file mode 100644 index 0000000..9f633f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -0,0 +1,10 @@ +--- +name: Enhancement Request +about: Request a new feature or to enhance an existing feature. +title: '' +labels: Enhancement +assignees: pointfeev + +--- + +###### Describe the new feature and its implementation OR how the existing feature could be improved: