Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request template #2029

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
### Describe the changes in this pull request


### Describe if there are any user-facing changes
<!--
Clarify any changes to the user experience. For instance,
1. Were there any changes to the command line?
2. Were there any changes to the configuration?
3. Has the installation process changed?
4. Were there any changes to the reports?
-->

### How was this pull request tested?
<!--
Mention if the existing tests were enough
Mention the new unit tests added
Was any manual testing needed? If yes, is there a need to add integration tests for that?
-->

### Does your PR have changes that can cause upgrade issues?
| Component | Breaking changes? |
| :----------------------------------------------: | :-----------: |
| MetaDB | Yes/No |
| Name registry json | Yes/No |
| Data File Descriptor Json | Yes/No |
| Export Snapshot Status Json | Yes/No |
| Import Data State | Yes/No |
| Export Status Json | Yes/No |
| Data .sql files of tables | Yes/No |
| Export and import data queue | Yes/No |
| Schema Dump | Yes/No |
| AssessmentDB | Yes/No |
| Sizing DB | Yes/No |
| Migration Assessment Report Json | Yes/No |
| Callhome Json | Yes/No |
| YugabyteD Tables | Yes/No |
| TargetDB Metadata Tables | Yes/No |
Loading