You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2023/02/03 01:51:01 UTC

[incubator-devlake-website] branch main updated (403a54c8a7 -> 539c7c0b5f)

This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


    from 403a54c8a7 Update HelmSetup.md (#416)
     new 224c16e5fb Updated the repo URL in development workflow
     new 539c7c0b5f Updated repo URL in Development workflow and added the link of development workflow in Readme

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                           | 2 ++
 community/make-contribution/development-workflow.md | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)


[incubator-devlake-website] 02/02: Updated repo URL in Development workflow and added the link of development workflow in Readme

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 539c7c0b5f3d2f61a820479263b44f0e38f0f9ac
Author: Aparna Soneja <ap...@gmail.com>
AuthorDate: Fri Feb 3 02:12:21 2023 +0530

    Updated repo URL in Development workflow and added the link of development workflow in Readme
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 726f51ef48..b0f9e461d3 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ Make sure you have the `node` version `>=16.14`. If you have a lower version of
   * blog.js or docs.js or site.js
 3. Send a PR to **main** branch.
 
+For detailed steps to create a PR, please refer: [Development Workflow page](https://devlake.apache.org/community/make-contribution/development-workflow/)
+
 ## Blog Submission
 
 We'd love to hear your thoughts both in creating and using DevLake! To submit a blog post to DevLake Blog, please follow the instructions [here](https://devlake.apache.org/community/make-contribution/BlogSubmission/).


[incubator-devlake-website] 01/02: Updated the repo URL in development workflow

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 224c16e5fb063aacabee177787440e52fb5b59d3
Author: Aparna Soneja <ap...@gmail.com>
AuthorDate: Fri Feb 3 01:59:15 2023 +0530

    Updated the repo URL in development workflow
---
 community/make-contribution/development-workflow.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/make-contribution/development-workflow.md b/community/make-contribution/development-workflow.md
index c4ae689e9f..2671ede94d 100644
--- a/community/make-contribution/development-workflow.md
+++ b/community/make-contribution/development-workflow.md
@@ -21,7 +21,7 @@ This document shows the workflow of how to develop DevLake.
 ```sh
 mkdir -p ${WORKING_PATH}
 cd ${WORKING_PATH}
-# You can also use the url: git@github.com:merico-dev/lake.git
+# You can also use the url: github.com/apache/incubator-devlake
 # if your ssh configuration is proper
 git clone https://github.com/{user}/{repo}.git
 
@@ -37,8 +37,8 @@ git remote set-url --push upstream no_push
 Execute `git remote -v` and you'll see output like below:
 
 ```sh
-origin  git@github.com:merico-dev/lake.git (fetch)
-origin  git@github.com:merico-dev/lake.git (push)
+origin  github.com/apache/incubator-devlake.git (fetch)
+origin  github.com/apache/incubator-devlake.git (push)
 upstream        https://github.com/apache/incubator-devlake.git (fetch)
 upstream        no_push (push)
 ```