Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 25, 2024
1 parent 9e248a2 commit 0a0a7e9
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CONTRIBUTING_EXPENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ Pointはやや主観的になってしまうが、既存のIssueを比較して

### 金額の計算方法

金額は、次のツールで計算できる。

```bash
$ node ./tools/calc-contribute-expense.mjs --point <number>
```

#### 金額の計算式

jsprimerの年間更新コストは、だいたい30日分の作業量になるように設定している。

- [JavaScript Primer 改訂2版をリリースしました!/JavaScript Primerはなぜ更新され続けるのか? | Web Scratch](https://efcl.info/2023/06/09/jsprimer-v2/)
Expand Down Expand Up @@ -94,12 +102,6 @@ const cost = onePointCost * costOfPoint;
console.log({ cost }); // => $78.9
```

次のツールで計算できる

```bash
$ node ./tools/calc-contribute-expense.mjs --point <number
```

### 金額を確定するタイミング

作業が終わったタイミングで計算して、その月のコストをまとめて申請する。
Expand Down Expand Up @@ -136,4 +138,4 @@ Open Collectiveからの支払いは2週間ごとに行われるため、月ご
Note:

- 入力した個人情報は公開されません
- 公開されるのは、Expense titleとDescriptionとOpen Collectiveのアカウント情報飲みです
- 公開されるのは、Expense titleとDescriptionとOpen Collectiveのアカウント情報のみです

0 comments on commit 0a0a7e9

Please # to comment.