From 2825c825703d828a718f09cad869da241e42f785 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Tue, 13 Jun 2023 09:57:02 +0900 Subject: [PATCH] Remove wrong reviewer information Change-Id: I8d58ce0b6db5440bad32a8be16a46072e80eb3e5 Signed-off-by: Sunggyu Choi --- README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README b/README index dcbe23e..4d69c9a 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ How to update error messages -------------------------------------------------------------- 1. Copy common/tool/error_msg_template.xml to common/error_messages/{your_package_name}.xml. 2. Modify "package uri" in the xml file, which means git path of your package. -3. Add you error enumerators into the xml file. +3. Add you error enumerators into the xml file. If your enumerator has same value as enumerator in tizen_error_e, then you don't have to add that error enumerator. (Ex. APP_ERROR_NONE, APP_ERROR_INVALID_PARAMETER) - error name : The name of error enumerator - value : The value of error enumerator. This value MUST be represented by error macro in tizen.h @@ -13,8 +13,6 @@ How to update error messages 4. If you pushed changes into gerrit, then please add the following people as reviewer. - Sunggyu Choi (sunggyu.choi@samsung.com) - Minseok Jang (m.s.jang@samsung.com) - - ByungWoo Lee (bw1212.lee@samsung.com) - -------------------------------------------------------------- @@ -22,4 +20,4 @@ How to submit this package with updated error messages -------------------------------------------------------------- 1. Run python common/tool/update_msg_header.sh 2. common/include/private/tizen_error_private.h will be modified, so check "err_list" in that file. -3. Submit this package by "gbs submit". \ No newline at end of file +3. Submit this package by "gbs submit". -- 2.34.1