You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2022/06/14 23:29:04 UTC

[pulsar-site] branch main updated: Update Contributing.md

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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b2ca385520 Update Contributing.md
     new e4b76d60ebc Merge pull request #117 from aarondonwilliams/patch-4
1b2ca385520 is described below

commit 1b2ca3855208a4e3d6cee37527511848001f08ae
Author: aarondonwilliams <aa...@gmail.com>
AuthorDate: Tue Jun 14 16:09:41 2022 -0700

    Update Contributing.md
    
    Line 291 changed update to add, since most people would be adding a logo
    Line 293 changed "To update your company logo" to "To add your company's logo"
    Line 300-303: Made the example vendor neutral
    Line 317 removed a comma.
    
    There are some more items that we should look at, I will try to do them in the future.
---
 site2/website-next/src/pages/contributing.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/site2/website-next/src/pages/contributing.md b/site2/website-next/src/pages/contributing.md
index 726e9981c50..fcebdc67341 100644
--- a/site2/website-next/src/pages/contributing.md
+++ b/site2/website-next/src/pages/contributing.md
@@ -290,17 +290,17 @@ Follow the [README](https://github.com/apache/pulsar/tree/master/site2) for maki
 #### 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.
+To update your company's logo, follow these steps:
+1. Open [link](https://github.com/apache/pulsar-site/tree/main/site2/website-next/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
+	    name: 'My Company's Name',
+	    url: 'https://mycompanyname.com/',
+	    logo: 'https://mycompanyname.com/logo/myCompanyNamelong.svg',
+	    logo_white: true
 	}
 	```
 
@@ -314,7 +314,7 @@ To update your company logo, follow these steps:
 ## Becoming a committer
 
 Committers are community members that have write access to the project’s
-repositories, i.e., they can modify the code, documentation, and website
+repositories, i.e. they can modify the code, documentation, and website
 by themselves and also accept other contributions.
 
 There is no strict protocol for becoming a committer. Candidates for new