Skip to content

Commit

Permalink
Pull request template (#2029)
Browse files Browse the repository at this point in the history
Co-authored-by: hbhanawat <hbhanawat@yugabyte.com>
  • Loading branch information
hbhanawat and hbhanawat authored Dec 4, 2024
1 parent b6e0880 commit 0f71451
Showing 1 changed file with 37 additions and 0 deletions.
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 |

0 comments on commit 0f71451

Please sign in to comment.