Skip to content

Commit

Permalink
Merge pull request #20 from cbrianpace/main
Browse files Browse the repository at this point in the history
issue and pr templates
  • Loading branch information
cbrianpace authored Jun 3, 2024
2 parents 60e1f43 + ff58f8d commit 8b4a611
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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:
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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:**
24 changes: 24 additions & 0 deletions .github/pull_request_template.md
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**:

0 comments on commit 8b4a611

Please sign in to comment.