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: