Huanli-Meng commented on a change in pull request #9476:
URL: https://github.com/apache/pulsar/pull/9476#discussion_r570179881



##########
File path: site2/website/contributing.md
##########
@@ -295,6 +295,27 @@ the static content is generated by CI job and merged into 
the `asf-site` branch.
 
 Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for 
making contributions to the website.
 
+#### Updating user logo
+The Apache Pulsar Community welcomes all users to update their company logos 
on Pulsar website. If your team or organization has adopted Pulsar in 
production, please update your company logos on [Pulsar 
website](https://pulsar.apache.org/en/powered-by/).
+
+It only takes 4 steps to update your company logo:

Review comment:
       ```suggestion
   To update your company logo, follow these steps:
   ```

##########
File path: site2/website/contributing.md
##########
@@ -295,6 +295,27 @@ the static content is generated by CI job and merged into 
the `asf-site` branch.
 
 Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for 
making contributions to the website.
 
+#### Updating user logo
+The Apache Pulsar Community welcomes all users to update their company logos 
on Pulsar website. If your team or organization has adopted Pulsar in 
production, please update your company logos on [Pulsar 
website](https://pulsar.apache.org/en/powered-by/).
+
+It only takes 4 steps to update your company logo:
+1. Open 
[link](https://github.com/apache/pulsar/blob/master/site2/website/data/users.js)
 in your browser, click “edit” to fork Pulsar repo, create a new branch and 
edit this file.
+2. Add your company’s information at the end of file. 
+
+Example:
+`
+    {
+        name: 'StreamNative',
+        url: 'https://streamnative.io/',
+        logo: 
'https://streamnative.io/static/images/streamnative-logo-white-bakground.png',

Review comment:
       ```suggestion
           logo: 
'https://streamnative.io/static/images/streamnative-logo-white-bakground.png',
           logo_white: true
   ```

##########
File path: site2/website/contributing.md
##########
@@ -295,6 +295,27 @@ the static content is generated by CI job and merged into 
the `asf-site` branch.
 
 Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for 
making contributions to the website.
 
+#### Updating user logo
+The Apache Pulsar Community welcomes all users to update their company logos 
on Pulsar website. If your team or organization has adopted Pulsar in 
production, please update your company logos on [Pulsar 
website](https://pulsar.apache.org/en/powered-by/).
+
+It only takes 4 steps to update your company logo:
+1. Open 
[link](https://github.com/apache/pulsar/blob/master/site2/website/data/users.js)
 in your browser, click “edit” to fork Pulsar repo, create a new branch and 
edit this file.

Review comment:
       ```suggestion
   1. Open this 
[link](https://github.com/apache/pulsar/blob/master/site2/website/data/users.js)
 in your browser, and then click the **Edit** icon (it looks like a pencil) to 
edit this file.
   ```

##########
File path: site2/website/contributing.md
##########
@@ -295,6 +295,27 @@ the static content is generated by CI job and merged into 
the `asf-site` branch.
 
 Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for 
making contributions to the website.
 
+#### Updating user logo
+The Apache Pulsar Community welcomes all users to update their company logos 
on Pulsar website. If your team or organization has adopted Pulsar in 
production, please update your company logos on [Pulsar 
website](https://pulsar.apache.org/en/powered-by/).
+
+It only takes 4 steps to update your company logo:
+1. Open 
[link](https://github.com/apache/pulsar/blob/master/site2/website/data/users.js)
 in your browser, click “edit” to fork Pulsar repo, create a new branch and 
edit this file.
+2. Add your company’s information at the end of file. 
+
+Example:
+`
+    {
+        name: 'StreamNative',
+        url: 'https://streamnative.io/',
+        logo: 
'https://streamnative.io/static/images/streamnative-logo-white-bakground.png',
+    }
+`
+If your company logo is in white color, add another line after the logo link 
in JSON file:
+`logo_white: true`
+
+3. Commit the changes in your account’s repo, publish the branch and create 
pull request.

Review comment:
       ```suggestion
   3. Commit your updates, create a PR, and then publish the PR to the master 
repository.
   ```

##########
File path: site2/website/contributing.md
##########
@@ -295,6 +295,27 @@ the static content is generated by CI job and merged into 
the `asf-site` branch.
 
 Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for 
making contributions to the website.
 
+#### Updating user logo
+The Apache Pulsar Community welcomes all users to update their company logos 
on Pulsar website. If your team or organization has adopted Pulsar in 
production, please update your company logos on [Pulsar 
website](https://pulsar.apache.org/en/powered-by/).
+
+It only takes 4 steps to update your company logo:
+1. Open 
[link](https://github.com/apache/pulsar/blob/master/site2/website/data/users.js)
 in your browser, click “edit” to fork Pulsar repo, create a new branch and 
edit this file.
+2. Add your company’s information at the end of file. 
+
+Example:
+`
+    {
+        name: 'StreamNative',
+        url: 'https://streamnative.io/',
+        logo: 
'https://streamnative.io/static/images/streamnative-logo-white-bakground.png',
+    }
+`
+If your company logo is in white color, add another line after the logo link 
in JSON file:

Review comment:
       > **Note**  
   The `logo_white` parameter is set to `true` only when your company logo uses 
a white background.

##########
File path: site2/website/contributing.md
##########
@@ -295,6 +295,27 @@ the static content is generated by CI job and merged into 
the `asf-site` branch.
 
 Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for 
making contributions to the website.
 
+#### Updating user logo
+The Apache Pulsar Community welcomes all users to update their company logos 
on Pulsar website. If your team or organization has adopted Pulsar in 
production, please update your company logos on [Pulsar 
website](https://pulsar.apache.org/en/powered-by/).
+
+It only takes 4 steps to update your company logo:
+1. Open 
[link](https://github.com/apache/pulsar/blob/master/site2/website/data/users.js)
 in your browser, click “edit” to fork Pulsar repo, create a new branch and 
edit this file.
+2. Add your company’s information at the end of file. 
+
+Example:
+`
+    {
+        name: 'StreamNative',
+        url: 'https://streamnative.io/',
+        logo: 
'https://streamnative.io/static/images/streamnative-logo-white-bakground.png',
+    }
+`
+If your company logo is in white color, add another line after the logo link 
in JSON file:
+`logo_white: true`
+
+3. Commit the changes in your account’s repo, publish the branch and create 
pull request.
+4. Wait for review. If the PR works, your pull request will be approved and 
merged by reviewers.

Review comment:
       ```suggestion
   4. Update comments, if any. If no more comment, ask reviewers to approve the 
PR and merge the PR to the master.
   ```

##########
File path: site2/website/contributing.md
##########
@@ -295,6 +295,30 @@ the static content is generated by CI job and merged into 
the `asf-site` branch.
 
 Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for 
making contributions to the website.
 
+#### Updating user logo
+The Apache Pulsar Community welcomes all users to update their company logos 
on Pulsar website. If your team or organization has adopted Pulsar in 
production, you can update your company logos on [Pulsar 
website](https://pulsar.apache.org/en/powered-by/).
+
+To update your company logo, follow these steps:
+1. Open 
[link](https://github.com/apache/pulsar/blob/master/site2/website/data/users.js)
 in your browser, then click the **Edit** icon to fork Pulsar repo, create a 
new branch and edit this file.
+2. Add your company’s information at the end of file. 
+
+Example:
+```
+       `
+           {
+               name: 'StreamNative',
+              url: 'https://streamnative.io/',
+              logo: 
'https://streamnative.io/static/images/streamnative-logo-white-bakground.png',
+              logo_white: true
+           }
+       `
+```    
+>Note
+></br>The `logo_white` parameter is set to true only when your company logo is 
in white color. Otherwise, you only need to add `name`, `url` and `logo`.
+
+3. Commit the changes in your account’s repo, publish the branch and create 
pull request.
+4. Update comments, if any.  If no more comment, your pull request will be 
approved and merged by reviewers.

Review comment:
       ```suggestion
   4. Update comments, if any. If no more comment, your pull request will be 
approved and merged by reviewers.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to