You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/README.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
4
4
5
5
## Requirements
6
6
7
-
-[Node.js](https://nodejs.org/en/download/) version 20.0 or above (which can be checked by running `node -v`). You can use [nvm](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a single machine installed.
7
+
-[Node.js](https://nodejs.org/en/download/) version 20.0 or above (which can be checked by running `node -v`). You can
8
+
use [nvm](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a single machine installed.
8
9
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
9
10
10
11
## Installation
@@ -27,7 +28,24 @@ Preview the Chinese website locally:
27
28
pnpm start --locale zh-cn
28
29
```
29
30
30
-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
31
+
This command starts a local development server and opens up a browser window. Most changes are reflected live without
32
+
having to restart the server.
33
+
34
+
## Team Page
35
+
36
+
### Member
37
+
38
+
Update the member information in `src/pages/team/data/member.json` File.
39
+
40
+
### Avatar
41
+
42
+
```console
43
+
pnpm github-avatar
44
+
```
45
+
46
+
This command will fetch the base64 string of the GitHub avatar from file
47
+
`src/pages/team/data/member.json`, and store the result in the `src/pages/team/data/` directory. The operation might
48
+
take a little while.
31
49
32
50
## Internationalization
33
51
@@ -49,7 +67,8 @@ pnpm write-translations --locale en
49
67
pnpm build
50
68
```
51
69
52
-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
70
+
This command generates static content into the `build` directory and can be served using any static contents hosting
After the candidate accepts the invitation and the iCLA is recorded, add the candidate to the committer list by [whimsy roster tools](https://whimsy.apache.org/roster/committee/fesod)
317
+
Naturally, if you don't understand anything be sure to ask us on the
318
+
Fesod dev mailing list. Documentation is maintained by volunteers
319
+
and hence can be out-of-date and incomplete - of course you can now
A PPMC member will announce your election to the dev list, and we
323
+
encourage you to introduce yourself there.
324
+
325
+
${NOMINATOR}
326
+
On behalf of Apache Fesod (Incubating) PPMC
327
+
```
240
328
241
329
## Announcement
242
330
243
-
Once the nominee accepts the invitation and the commit bit is granted, it's encouraged to send an announcement email to <[email protected]> to welcome the new committers. Here is an email template:
331
+
Announcing the new committer in the <[email protected]> mailing list.
332
+
333
+
Title:
334
+
335
+
```text
336
+
[ANNOUNCEMENT] New committer: ${CANDIDATE_NAME}
337
+
```
338
+
339
+
Content:
244
340
245
341
```text
246
-
Hello, everyone
342
+
The Podling Project Management Committee (PPMC) for Apache Fesod (Incubating)
343
+
has invited ${CANDIDATE_NAME} to become a committer and we are pleased
344
+
to announce that they have accepted.
247
345
248
-
On behalf of the Apache Fesod (Incubating) PPMC, I'm happy to announce that
249
-
${CANDIDATE_NAME} has accepted the invitation to become a committer of
250
-
Apache Fesod (Incubating).
346
+
[State New Committers's contribution, if available and relevant.]
251
347
252
-
Welcome, and thank you for your contributions!
348
+
Please join us in welcoming ${CANDIDATE_NAME} to their new role and
0 commit comments