-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
94 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,26 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: As a User, I want to report a Bug. | ||
labels: type/bug | ||
--- | ||
|
||
## Bug Report | ||
|
||
### 1. Describe the bug | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
### 2. Minimal reproduce step (Required) | ||
|
||
<!-- a step by step guide for reproducing the bug. --> | ||
|
||
### 3. What did you see instead (Required) | ||
|
||
### 4. What did you expect to see? (Required) | ||
|
||
### 5. What is your migration tool and TiKV version? (Required) | ||
|
||
- TiKV: | ||
- TiKV CDC: | ||
- TiKV BR: | ||
- TiKV Online Bulk Load: |
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,23 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: As a user, I want to request a New Feature on the product. | ||
labels: type/feature-request | ||
--- | ||
|
||
## Feature Request | ||
|
||
**Is your feature request related to a problem? Please describe:** | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always | ||
frustrated when [...] --> | ||
|
||
**Describe the feature you'd like:** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered:** | ||
<!-- A clear and concise description of any alternative solutions or features | ||
you've considered. --> | ||
|
||
**Teachability, Documentation, Adoption, Migration Strategy:** | ||
<!-- If you can, explain some scenarios how users might use this, situations it | ||
would be helpful in. Any API designs, mockups, or diagrams are also helpful. | ||
--> |
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,45 @@ | ||
<!-- Thank you for contributing to TiKV Migration Toolset! | ||
PR Title Format: "[close/to/fix #issue_number] summary" --> | ||
|
||
### What problem does this PR solve? | ||
|
||
Issue Number: close #issue_number | ||
|
||
Problem Description: **TBD** | ||
|
||
### What is changed and how does it work? | ||
|
||
|
||
### Code changes | ||
|
||
<!-- REMOVE the items that are not applicable --> | ||
- Has exported function/method change | ||
- Has exported variable/fields change | ||
- Has interface methods change | ||
- Has persistent data change | ||
- No code | ||
|
||
### Check List for Tests | ||
|
||
This PR has been tested by at least one of the following methods: | ||
- Unit test | ||
- Integration test | ||
- Manual test (add detailed scripts or steps below) | ||
- No code | ||
|
||
### Side effects | ||
|
||
<!-- REMOVE the items that are not applicable --> | ||
- Possible performance regression, WHY: **TBD** | ||
- Increased code complexity, WHY: **TBD** | ||
- Breaking backward compatibility, WHY: **TBD** | ||
- No side effects | ||
|
||
### Related changes | ||
|
||
<!-- REMOVE the items that are not applicable --> | ||
- Need to cherry-pick to the release branch | ||
- Need to update the documentation | ||
- Need to be included in the release note | ||
- No related changes |