You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/07/16 21:44:04 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #7170: Updated CONTRIBUTING.md with Code Formatting Guidelines

jackjlli commented on a change in pull request #7170:
URL: https://github.com/apache/incubator-pinot/pull/7170#discussion_r671539880



##########
File path: CONTRIBUTING.md
##########
@@ -71,6 +71,11 @@ Please ensure your code is adequately documented. Some things to consider for do
 * Use logging levels correctly: set level to `debug` for verbose logs useful for only for debugging.
 * Do not log stack traces via `printStackTrace` method of the exception.
 
+#### Code Formatting
+* Ensure that the code you add is properly formatted as per the Pinot style-sheets.
+* Pinot's style-sheets can be found in ```incubator-pinot/config```.
+* For information on how to import the style-sheet into your IDE, refer [here](https://docs.pinot.apache.org/developers/developers-and-contributors/code-setup#intellij).

Review comment:
       ```suggestion
   * For information on how to import the style-sheet into your IDE, refer [here](https://docs.pinot.apache.org/developers/developers-and-contributors/code-setup#setup-ide).
   ```




-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org