- Fork this repository
- Create a branch such as
rubykaigi-2018-feedback - Copy
feedback/template.yamltofeedback/#{your_github_account}.yaml - Fill your answers against questions in
feedback/#{your_github_account}.yaml - Commit
feedback/#{your_github_account}.yaml - Push the branch
- Send a pull request
- このリポジトリーをフォーク
rubykaigi-2018-feedbackようなブランチを作るfeedback/template.yamlをfeedback/#{your_github_account}.yamlにコピーfeedback/#{your_github_account}.yaml内の質問に回答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-2018-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-2018-feedbackSend a pull request!