File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ At a very high level, our development process usually looks like this:
28
28
1 . Create a fork of the delphix/virtualization-sdk repository.
29
29
2 . Clone the forked repository.
30
30
3 . Make changes to SDK code. Test these changes manually and with unit tests. Iterate on this until you have everything working.
31
- 4 . Commit your changes and build all Python package distributions . Make sure the version number of the packages is updated appropriately.
32
- 5 . Publish Python distributions to artifactory.
33
- 7 . Run blackbox against the newly uploaded SDK version .
31
+ 4 . Commit your changes. Make sure the version number of the packages is updated appropriately.
32
+ 5 . Push your changes to a branch in the forked repository.
33
+ 7 . Run blackbox tests against that branch .
34
34
7 . Publish a pull request to the delphix/virtualization-sdk once your code is ready for review.
35
35
8 . Once the pull request is approved, it will merged into delphix/virtualization-sdk repository.
36
36
You can’t perform that action at this time.
0 commit comments