You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2021/10/27 04:29:46 UTC

[incubator-eventmesh] branch develop updated: contributing guide edit import check style step (#573)

This is an automated email from the ASF dual-hosted git repository.

mikexue pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/develop by this push:
     new cc5b4c9  contributing guide edit import check style step (#573)
cc5b4c9 is described below

commit cc5b4c90218038cbe6db70d81b7c5e208aa25e88
Author: AhahaGe <ah...@163.com>
AuthorDate: Wed Oct 27 12:29:39 2021 +0800

    contributing guide edit import check style step (#573)
    
    Co-authored-by: guirong.ggr <gu...@dtwave-inc.com>
    
    close #573
---
 CONTRIBUTING.md       | 1 +
 CONTRIBUTING.zh-CN.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 348ce6b..659122c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,6 +17,7 @@ For IDEA, you can import check style file by:
 ```shell
 Editor -> Code Style -> Java -> Scheme -> Import Scheme -> CheckStyle Configuration
 ```
+If you can't see CheckStyle Configuration section under Import Scheme, you can install CheckStyle-IDEA plugin first, and you will see it.
 
 ## Contributing
 
diff --git a/CONTRIBUTING.zh-CN.md b/CONTRIBUTING.zh-CN.md
index 1a5ed68..7d87ec8 100644
--- a/CONTRIBUTING.zh-CN.md
+++ b/CONTRIBUTING.zh-CN.md
@@ -14,6 +14,7 @@
 ```shell
 Editor -> Code Style -> Java -> Scheme -> Import Scheme -> CheckStyle Configuration
 ```
+如果你在Import Scheme下看不到CheckStyle Configuration选项,你可以先安装CheckStyle-IDEA插件,然后你就可以看到这个选项了。
 
 ## 贡献
 

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