- Fork this repository
- Create a branch such as
rubykaigi-2019-feedback
- Copy
rubykaigi-2019/feedback/template.yaml
tofeedback/#{your_github_account}.yaml
- Fill your answers against questions in
feedback/#{your_github_account}.yaml
- Commit
rubykaigi-2019/feedback/#{your_github_account}.yaml
- Push the branch
- Send a pull request
- このリポジトリーをフォーク
rubykaigi-2019-feedback
ようなブランチを作るrubykaigi-2019/feedback/template.yaml
をfeedback/#{your_github_account}.yaml
にコピーrubykaigi-2019/feedback/#{your_github_account}.yaml
内の質問に回答rubykaigi-2019/feedback/#{your_github_account}.yaml
をコミット- このブランチをpush
- プルリクエストを作成
Fork this repository!
% git clone https://github.com/#{your_github_account}/code-party.git
% cd code-party.git
% git checkout -b rubykaigi-2019-feedback
% cp feedback/template.yaml feedback/#{your_github_account}.yaml
% #{your_favorite_editor} feedback/#{your_github_account}.yaml
% git add feedback/#{your_github_account}.yaml
% git commit feedback/#{your_github_account}.yaml
% git push origin rubykaigi-2019-feedback
Send a pull request!