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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
