From 513a932a878b35b3364c53fd1bb9f44244da5aff Mon Sep 17 00:00:00 2001 From: Mike Olivas <47544147+molivasdat@users.noreply.github.com> Date: Mon, 16 Aug 2021 13:51:32 -0500 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8ab90ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug report or Feature request +about: Create a report to help us improve +title: '' +labels: Status:Discovery +assignees: '' + +--- + + +## Environment + +**Liquibase Version**: + +**Liquibase Integration & Version**: + +**Liquibase Extension(s) & Version**: + +**Database Vendor & Version**: + +**Operating System Type & Version**: + + +## Description + +A clear and concise description of the issue being addressed. +- Describe the actual problematic behavior. +- Ensure private information is redacted. + +## Steps To Reproduce + +List the steps to reproduce the behavior. +- Please be precise and ensure private information is redacted +- Include things like + - Files used - sql scripts, changelog file(s), property file(s), config files, POM Files + - Exact commands used - CLI, maven, gradle, spring boot, servlet, etc. + +## Actual Behavior +A clear and concise description of what happens in the software with the **version used**. +- Include console output if relevant +- Include log files if available. + +## Expected/Desired Behavior +A clear and concise description of what happens in the software **after** a fix is created and merged. + +## Screenshots (if appropriate) +If applicable, add screenshots to help explain your problem. + +## Additional Context +Add any other context about the problem here.