forked from Blackbaud-MikeLueders/liquibase-vertica
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be5adaa
commit 513a932
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: Bug report or Feature request | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: Status:Discovery | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- This environment context section helps us quickly review your issue. | ||
Please take a minute to fill-out this information. --> | ||
## Environment | ||
|
||
**Liquibase Version**: | ||
|
||
**Liquibase Integration & Version**: <Pick one: CLI, maven, gradle, spring boot, servlet, etc.> | ||
|
||
**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. |