diff --git a/README.md b/README.md index 2d182bd..f6a9029 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,31 @@ jobs: --- +### GitHub workflow + +- go to pull requests and create a `New pull request` + +![width:900px](img/github_workflow07.png) + +--- + +### GitHub workflow + +- go to pull requests and create a `New pull request` + +![width:900px](img/github_workflow07.png) +![width:900px](img/github_workflow08.png) + +--- + +### GitHub workflow + +- choose `develop` as `base` and your new feature branch for `compare` + +![](img/github_workflow09.png) + +--- + - release and semantic versioning - licensing diff --git a/img/github_workflow01.png b/img/github_workflow01.png index 1d766f1..3e6f312 100644 Binary files a/img/github_workflow01.png and b/img/github_workflow01.png differ diff --git a/img/github_workflow07.png b/img/github_workflow07.png new file mode 100644 index 0000000..67d5a37 Binary files /dev/null and b/img/github_workflow07.png differ diff --git a/img/github_workflow08.png b/img/github_workflow08.png new file mode 100644 index 0000000..78c974c Binary files /dev/null and b/img/github_workflow08.png differ diff --git a/img/github_workflow09.png b/img/github_workflow09.png new file mode 100644 index 0000000..2624360 Binary files /dev/null and b/img/github_workflow09.png differ