From 4ed568939c99385e6e87470f4c9c62cf420ff37a Mon Sep 17 00:00:00 2001 From: Nathan Bu <370788475@qq.com> Date: Thu, 23 Feb 2023 09:39:40 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f897b16df..536f2f63c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,6 +47,12 @@ We are aligned on the [Fail Fast](https://www.techtarget.com/whatis/definition/f And please leverage the `Assert` API to save if conditions, for example: [Spring Assert API](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/Assert.html) +In a nutshell: + +

+ DO NOT SWALLOW THE EXCEPTIONS +

+ ## Review Process After submitting a pull request, members of the Hydra Lab team will review your code. We will assign the request to an appropriate reviewer. Any member of the community may participate in the review, but at least one member of the Hydra Lab team will ultimately approve the request.