Skip to the content.

Kintone Dojo Code Review

🇯🇵 日本語版: 05_CodeReview.md

Outline

How to use kintone_dojo Repo

When starting a kintone_dojo assignment

  1. From the main branch, create a new branch titled task##.
    • git checkout -b task01
  2. Create a Task## folder in the new branch.
    • mkdir Task01
  3. Write your code and commit to this folder.
    • git add Task01.html Task01.js
    • git commit -m "Task01 - first draft"

When you are ready for a code review:

  1. Push the branch to GitHub
    • git push origin task01
  2. Create a pull request to merge the task## branch with main.
  3. Assign your reviewer

Demo YouTube Videos

kintone_dojo Task Demo

GitHub Code Review + GitHub Desktop App

List of Lecture Guides

README_EN.md ⚙️