This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new e1c196a71 [CELEBORN-927][DOC] Run dev/reformat before you create a new
pull request for code style
e1c196a71 is described below
commit e1c196a71a732f03d8f1fe05f45772b0c5778668
Author: SteNicholas <[email protected]>
AuthorDate: Tue Aug 29 21:42:37 2023 +0800
[CELEBORN-927][DOC] Run dev/reformat before you create a new pull request
for code style
### What changes were proposed in this pull request?
Run `dev/reformat` before you create a new pull request for code style in
`CONTRIBUTING.md`.
### Why are the changes needed?
Affects the contribution of creating pull request.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No.
Closes #1859 from SteNicholas/CELEBORN-927.
Authored-by: SteNicholas <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cd2765cfc..0afd10fd2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,7 +5,7 @@ Any contributions from the open-source community to improve
this project are wel
This project uses check-style plugins. Run some checks before you create a new
pull request.
```shell
-/dev/reformat
+dev/reformat
```
If you have changed configuration, run following command to refresh docs.