File tree 3 files changed +16
-0
lines changed 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,20 @@ https://github.com/oss-gate/workshop にアクセスするとpull requestを作
102
102
% ./prepare.rb 2017-07-29-tokyo workshop
103
103
```
104
104
105
+ ### ビギナーのファイルを用意する
106
+
107
+ forkをせずに、GitHub上でアンケートを回答するビギナーが多いです。
108
+ その際、ビギナーにファイルをコピーしてもらう手順が難しかったり、` beginner ` のスペルを打ち間違えることが多くありました。
109
+ なので、この方法でアンケートの前に各ビギナーのファイルを用意しておくとスムーズです。
110
+
111
+ 休憩時間など、各ビギナーの作業メモissueが揃ったタイミングで、 ` prepare_beginner_files.rb ` を実行します。
112
+ 事前に ` prepare.rb ` で作成したディレクトリを指定します。
113
+ これにより、open状態の作業メモissueのタイトルからアカウント名を抽出し、ビギナーのアンケートファイルを作成します。
114
+
115
+ ``` console
116
+ % ./prepare_beginner_files.rb 2017-07-29-tokyo
117
+ ```
118
+
105
119
## アンケート集計方法
106
120
107
121
``` console
Original file line number Diff line number Diff line change @@ -253,6 +253,8 @@ OSSの開発に参加する方法は無数にありますが、「好きなよ
253
253
254
254
## 16:05 アンケート記入
255
255
256
+ * ビギナーのアンケートファイルの自動生成
257
+ * [ ビギナーのファイルを用意する] ( https://github.com/oss-gate/workshop/tree/master/tutorial/retrospectives/README.md#ビギナーのファイルを用意する )
256
258
* アンケートを記入する
257
259
* [ アンケートの場所] ( https://github.com/oss-gate/workshop/tree/master/tutorial/retrospectives )
258
260
* このアンケートはこのあとの「ワークショップのふりかえり」ですぐに使う
You can’t perform that action at this time.
0 commit comments