From 7f781ba61101c0d09abb3847218d77c085e6649c Mon Sep 17 00:00:00 2001 From: skylines Date: Thu, 21 Sep 2023 09:45:23 +0800 Subject: [PATCH 1/5] [hotfix][docs] Fix the abnormal display of pictures --- .../{check-branch.png => check_branch.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/_static/fig/contribute_guidance/{check-branch.png => check_branch.png} (100%) diff --git a/docs/_static/fig/contribute_guidance/check-branch.png b/docs/_static/fig/contribute_guidance/check_branch.png similarity index 100% rename from docs/_static/fig/contribute_guidance/check-branch.png rename to docs/_static/fig/contribute_guidance/check_branch.png From 2f08cd0ce681dcfa222bb088f1db916fdffae1b9 Mon Sep 17 00:00:00 2001 From: skylines Date: Thu, 21 Sep 2023 11:43:21 +0800 Subject: [PATCH 2/5] [hotfix][docs] address lvyanquan commit --- docs/content/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/about.md b/docs/content/about.md index 3ca98a6bbea..b43541ea8cc 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -308,7 +308,7 @@ mvn clean install -DskipTests git checkout -b my_feature -- develop and commit ``` -![check_branch](/_static/fig/contribute_guidance/check_branch.png "check_branch") + ![check_branch](/_static/fig/contribute_guidance/check_branch.png "check_branch") 5. Push your branch to your github ```bash git push origin my_feature From 8d16c8000327f36c7f235c670f7de23ae7c35807 Mon Sep 17 00:00:00 2001 From: Skylines Date: Thu, 21 Sep 2023 18:13:57 +0800 Subject: [PATCH 3/5] [hotfix][docs] address lvyanquan commit --- docs/content/about.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/about.md b/docs/content/about.md index b43541ea8cc..c9daa4c1364 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -298,21 +298,21 @@ The dependencies are now available in your local `.m2` repository. 2. Fork Flink CDC project to your GitHub repositories ![fork](/_static/fig/contribute_guidance/fork.png "fork") 3. Clone and compile your Flink CDC project -```bash + ```bash git clone https://github.com/your_name/flink-cdc-connectors.git cd flink-cdc-connectors mvn clean install -DskipTests -``` + ``` 4. Check to a new branch and start your work -```bash + ```bash git checkout -b my_feature -- develop and commit -``` + ``` ![check_branch](/_static/fig/contribute_guidance/check_branch.png "check_branch") 5. Push your branch to your github -```bash + ```bash git push origin my_feature -``` + ``` 6. Open a PR to https://github.com/ververica/flink-cdc-connectors ![open_pr](/_static/fig/contribute_guidance/open_pr.png "open_pr") From e77e2012e46240465ed525948252b8c2a73129db Mon Sep 17 00:00:00 2001 From: skylines <34996528+gtk96@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:02:34 +0800 Subject: [PATCH 4/5] address commit --- docs/content/about.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/about.md b/docs/content/about.md index c9daa4c1364..583f9e7d42d 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -298,21 +298,21 @@ The dependencies are now available in your local `.m2` repository. 2. Fork Flink CDC project to your GitHub repositories ![fork](/_static/fig/contribute_guidance/fork.png "fork") 3. Clone and compile your Flink CDC project - ```bash + ```bash git clone https://github.com/your_name/flink-cdc-connectors.git cd flink-cdc-connectors mvn clean install -DskipTests - ``` + ``` 4. Check to a new branch and start your work - ```bash + ```bash git checkout -b my_feature -- develop and commit - ``` + ``` ![check_branch](/_static/fig/contribute_guidance/check_branch.png "check_branch") 5. Push your branch to your github - ```bash + ```bash git push origin my_feature - ``` + ``` 6. Open a PR to https://github.com/ververica/flink-cdc-connectors ![open_pr](/_static/fig/contribute_guidance/open_pr.png "open_pr") From f544993b067a5fab88de88e8e321f678e0467ec0 Mon Sep 17 00:00:00 2001 From: Skylines Date: Fri, 22 Sep 2023 09:50:07 +0800 Subject: [PATCH 5/5] address commit --- docs/content/about.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/about.md b/docs/content/about.md index 583f9e7d42d..9646e1d2bef 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -299,19 +299,19 @@ The dependencies are now available in your local `.m2` repository. ![fork](/_static/fig/contribute_guidance/fork.png "fork") 3. Clone and compile your Flink CDC project ```bash -git clone https://github.com/your_name/flink-cdc-connectors.git -cd flink-cdc-connectors -mvn clean install -DskipTests + git clone https://github.com/your_name/flink-cdc-connectors.git + cd flink-cdc-connectors + mvn clean install -DskipTests ``` 4. Check to a new branch and start your work ```bash -git checkout -b my_feature --- develop and commit + git checkout -b my_feature + -- develop and commit ``` ![check_branch](/_static/fig/contribute_guidance/check_branch.png "check_branch") 5. Push your branch to your github ```bash -git push origin my_feature + git push origin my_feature ``` 6. Open a PR to https://github.com/ververica/flink-cdc-connectors ![open_pr](/_static/fig/contribute_guidance/open_pr.png "open_pr")