This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new fa4ab14 SUBMARINE-1084. Update doc about how to join in the slack
channel
fa4ab14 is described below
commit fa4ab140c5be9856abafb9fe6253f632159a98ea
Author: featherchen <[email protected]>
AuthorDate: Thu Nov 18 20:13:18 2021 +0800
SUBMARINE-1084. Update doc about how to join in the slack channel
### What is this PR for?
<!-- A few sentences describing the overall goals of the pull request's
commits.
First time? Check out the contributing guide -
https://submarine.apache.org/contribution/contributions.html
-->
Add some description and pictures about how to join the submarine slack
channel.
### What type of PR is it?
Documentation
### Todos
### What is the Jira issue?
<!-- * Open an issue on Jira
https://issues.apache.org/jira/browse/SUBMARINE/
* Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg.
`SUBMARINE-23. PR title`
-->
https://issues.apache.org/jira/browse/SUBMARINE-1084
### How should this be tested?
<!--
* First time? Setup Travis CI as described on
https://submarine.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed
behavior
* Outline any manual steps to test the PR here.
-->
No need to be tested.
### Screenshots (if appropriate)

### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: featherchen <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #804 from featherchen/SUBMARINE-1084 and squashes the following
commits:
920ea15b [featherchen] add description
bcace84b [featherchen] add picture
---
website/docs/community/README.md | 4 +++-
website/sidebars.js | 2 +-
website/static/img/slack_join_submarine.png | Bin 0 -> 162806 bytes
website/static/img/slack_search_submarine.png | Bin 0 -> 185746 bytes
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/website/docs/community/README.md b/website/docs/community/README.md
index 208cb33..7c02a93 100644
--- a/website/docs/community/README.md
+++ b/website/docs/community/README.md
@@ -25,7 +25,9 @@ Your journey of becoming a contributor and committer starts
from here: improving
You can reach out to the community members via any one of the following ways:
- Slack Developer:
[https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ](https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ)
-
+ After clicking the link above, you would join the ASF slack workspace, where
you could search the submarine channel and join it.
+ 
+ 
- Zoom:
[https://cloudera.zoom.us/j/880548968](https://cloudera.zoom.us/j/880548968)
- Sync Up:
[https://docs.google.com/document/d/16pUO3TP4SxSeLduG817GhVAjtiph9HYpRHo_JgduDvw/edit](https://docs.google.com/document/d/16pUO3TP4SxSeLduG817GhVAjtiph9HYpRHo_JgduDvw/edit)
diff --git a/website/sidebars.js b/website/sidebars.js
index 69c6868..465c78a 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -64,8 +64,8 @@ module.exports = {
"devDocs/IntegrationTestE2E",
],
Community: [
- "community/Bylaws",
"community/README",
+ "community/Bylaws",
"community/HowToCommit",
"community/contributing",
],
diff --git a/website/static/img/slack_join_submarine.png
b/website/static/img/slack_join_submarine.png
new file mode 100644
index 0000000..839d852
Binary files /dev/null and b/website/static/img/slack_join_submarine.png differ
diff --git a/website/static/img/slack_search_submarine.png
b/website/static/img/slack_search_submarine.png
new file mode 100644
index 0000000..10f69cf
Binary files /dev/null and b/website/static/img/slack_search_submarine.png
differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]