Skip to content

Commit

Permalink
Create pull_request_template.md (#365)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md

Signed-off-by: Kevin Yan <[email protected]>

* Update pull_request_template.md

Signed-off-by: Kevin Yan <[email protected]>

* Update pull_request_template.md to include more details

Signed-off-by: Kevin Yan <[email protected]>

---------

Signed-off-by: Kevin Yan <[email protected]>
  • Loading branch information
yankevn authored Oct 16, 2024
1 parent 511b395 commit 26fce7f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions deltacat/.github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Summary

Briefly describe your changes.

## Rationale

Explain the reasoning behind the changes and their benefits to the project.

## Changes

List the major changes made in this pull request.

## Impact

Discuss any potential impacts the changes may have on existing functionalities.

## Testing

Describe how the changes have been tested, including both automated and manual testing strategies.
If this is a bugfix, explain how the fix has been tested to ensure the bug is resolved without introducing new issues.

## Regression Risk

If this is a bugfix, assess the risk of regression caused by this fix and steps taken to mitigate it.

## Checklist

- [ ] Unit tests covering the changes have been added
- [ ] If this is a bugfix, regression tests have been added

- [ ] E2E testing has been performed

## Additional Notes

Any additional information or context relevant to this PR.

0 comments on commit 26fce7f

Please sign in to comment.