shibd commented on code in PR #264:
URL: https://github.com/apache/pulsar-client-cpp/pull/264#discussion_r1186613863


##########
README.md:
##########
@@ -231,8 +233,10 @@ See the [wireshark](wireshark/) directory for details.
 
 ## Requirements for Contributors
 
-It's required to install [LLVM](https://llvm.org/builds/) for `clang-tidy` and 
`clang-format`. Pulsar C++ client use `clang-format` **11** to format files.  
`make format` automatically formats the files.
+It's required to install [LLVM](https://llvm.org/builds/) for `clang-tidy` and 
`clang-format`. Pulsar C++ client use `clang-format` **11** to format files. 
`make format` automatically formats the files.
 
 For Ubuntu users, you can install `clang-format-11` via `apt install 
clang-format-11`. For other users, run `./build-support/docker-format.sh` if 
you have Docker installed.
 
 We welcome contributions from the open source community, kindly make sure your 
changes are backward compatible with GCC 4.8 and Boost 1.53.
+
+If your contribution adds Pulsar features for C++ clients, you need to update 
both the [Pulsar docs](https://pulsar.apache.org/docs/client-libraries/) and 
the [Client Feature Matrix](https://pulsar.apache.org/client-feature-matrix/). 
See [Contribution 
Guide](https://pulsar.apache.org/contribute/site-intro/#pages) for more details.

Review Comment:
   The client matrix is not only useful for contributors, it is also very 
helpful for users.
   
   Do we need to tell users at the beginning of the document that users can see 
all the features supported by CPP clients from `Client Feature Matrix`?
   
   



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to