-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from cbrianpace/main
issue and pr templates
- Loading branch information
Showing
3 changed files
with
62 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,28 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'UNCONFIRMED' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the issue:** | ||
|
||
|
||
**Describe the expected behavior:** | ||
|
||
|
||
**Tell us about your environment:** | ||
|
||
Source Database: | ||
- RDBMS Type: | ||
- Version: | ||
|
||
Target Database: | ||
- RDBMS Type: | ||
- Version: | ||
|
||
Source Table DDL: | ||
|
||
Target Table DDL: |
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,10 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an enhancement for this project | ||
title: '' | ||
labels: 'UNCONFIRMED' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the enhancement you are proposing:** |
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,24 @@ | ||
**Checklist:** | ||
|
||
<!--- Make sure your PR is documented and tested before submission. Put an `x` in all the boxes that apply: --> | ||
- [ ] Have you added an explanation of what your changes do and why you'd like them to be included? | ||
- [ ] Have you updated or added documentation for the change, as applicable? | ||
- [ ] Have you tested your changes on all related environments with successful results, as applicable? | ||
|
||
**Type of Changes:** | ||
|
||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
- [ ] New feature | ||
- [ ] Bug fix | ||
- [ ] Documentation | ||
- [ ] Testing enhancement | ||
- [ ] Other | ||
|
||
**What is the current behavior (link to any open issues here)?** | ||
|
||
|
||
**What is the new behavior (if this is a feature change)?** | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
|
||
|
||
**Other Information**: |