diff --git a/.github/ISSUE_TEMPLATE/bug-fix-issue.md b/.github/ISSUE_TEMPLATE/bug-fix-issue.md index aa53712..1da899d 100644 --- a/.github/ISSUE_TEMPLATE/bug-fix-issue.md +++ b/.github/ISSUE_TEMPLATE/bug-fix-issue.md @@ -1,17 +1,17 @@ --- -name: Bug Fix Issue -about: A standard Bug Fix template and the types of information that should be captured in a Bug Fix issue. +name: Bug Report Issue +about: A standard Bug Report template and the types of information that should be captured in a Bug Report issue. title: '' -labels: '' +labels: 'bug' assignees: '' --- # Prerequisites -Please answer the following questions for yourself before submitting a Bug Fix issue: +Please answer the following questions for yourself before submitting a Bug Report issue: * Is the title clear and understandable at a glance? -* Is a label present if appropriate? +* Should any other labels be added to this issue? Labels are not required for all tickets, but they are helpful for prioritization. Please check the labels drop-down to see if any of the pre-set labels work for your ticket. @@ -27,7 +27,7 @@ Indicate the date/time the bug was realized. # Description -What is the problem? What are the results? Describe what is currently happening in detail. +What is the problem? Describe what is currently happening in detail. # Steps to Reproduce @@ -37,6 +37,10 @@ What are the steps performed to reproduce this bug? What are the expected results? What is the expected behavior? +# Actual Results + +What are the actual results and provide any evidence of the actual results below. + # Evidence Please provide screenshots/screen capture or other evidence such as log files (scrubbed of sensitive information). diff --git a/.github/ISSUE_TEMPLATE/enhancement-request-issue.md b/.github/ISSUE_TEMPLATE/enhancement-request-issue.md index 63ceaec..4be3137 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-request-issue.md +++ b/.github/ISSUE_TEMPLATE/enhancement-request-issue.md @@ -2,16 +2,16 @@ name: Enhancement Request Issue about: A standard Enhancement Request template and the types of information that should be captured in a Enhancement Request issue. title: '' -labels: '' +labels: 'Improvement' assignees: '' --- # Prerequisites -Please answer the following questions for yourself before submitting a Bug Fix issue: +Please answer the following questions for yourself before submitting an Enhancement Request issue: * Is the title clear and understandable at a glance? -* Is a label present if appropriate? +* Should any other labels be added to this issue? Labels are not required for all tickets, but they are helpful for prioritization. Please check the labels drop-down to see if any of the pre-set labels work for your ticket. @@ -19,7 +19,7 @@ Labels are not required for all tickets, but they are helpful for prioritization # Description -A description of the enhancement. +A description of the enhancement. What are the new features/improvements to this enhancement change? # Value