├── CODE ├── README.md ├── v2 │ ├── .0_en │ │ ├── README.md │ │ ├── advance.md │ │ ├── essentials.md │ │ ├── images │ │ │ ├── essentials.png │ │ │ ├── goal-milestone_eng.png │ │ │ └── track_eng.png │ │ ├── reference.md │ │ ├── tips │ │ │ ├── README.md │ │ │ ├── tips1.md │ │ │ ├── tips10.md │ │ │ ├── tips11.md │ │ │ ├── tips12.md │ │ │ ├── tips13.md │ │ │ ├── tips14.md │ │ │ ├── tips2.md │ │ │ ├── tips3.md │ │ │ ├── tips4.md │ │ │ ├── tips5.md │ │ │ ├── tips6.md │ │ │ ├── tips7.md │ │ │ ├── tips8.md │ │ │ └── tips9.md │ │ └── tutorial │ │ │ ├── 1-1.md │ │ │ ├── 1-2.md │ │ │ ├── 1-3.md │ │ │ ├── 2-1.md │ │ │ ├── 2-2.md │ │ │ ├── 3-1.md │ │ │ ├── 3-2.md │ │ │ ├── 3-3.md │ │ │ ├── README.md │ │ │ ├── project-sprint-101.md │ │ │ └── user-community.md │ └── .2_ja │ │ ├── README.md │ │ ├── advance.md │ │ ├── essentials.md │ │ ├── images │ │ ├── agenda.png │ │ ├── basic.png │ │ ├── essentials.png │ │ ├── goal-milestone.png │ │ ├── process.png │ │ ├── project.png │ │ ├── projectgoal.png │ │ ├── roles.png │ │ └── track.png │ │ ├── reference.md │ │ ├── tips │ │ ├── 1-1.md │ │ ├── 1-2.md │ │ ├── 1-3.md │ │ ├── 1-4.md │ │ ├── 1-5.md │ │ ├── 1-6.md │ │ ├── 2-1.md │ │ ├── 2-2.md │ │ ├── 3-1.md │ │ ├── 3-2-1.md │ │ ├── 3-2-2.md │ │ ├── 3-2-3.md │ │ ├── 4-1.md │ │ ├── 4-2.md │ │ ├── 4-3.md │ │ ├── 4-4.md │ │ ├── 4-5.md │ │ └── README.md │ │ └── tutorial │ │ ├── 1-1.md │ │ ├── 1-2.md │ │ ├── 1-3.md │ │ ├── 2-1.md │ │ ├── 2-2.md │ │ ├── 3-1.md │ │ ├── 3-2.md │ │ ├── 3-3.md │ │ ├── 4-1.md │ │ ├── README.md │ │ └── project-sprint-101.md ├── v3 │ ├── .0_ja │ │ ├── README.md │ │ ├── essentials.md │ │ ├── images │ │ │ ├── agenda.png │ │ │ ├── basic.png │ │ │ ├── essentials.png │ │ │ ├── goal-milestone.png │ │ │ ├── main-track.png │ │ │ ├── process.png │ │ │ ├── project.png │ │ │ ├── projectgoal.png │ │ │ ├── roles.png │ │ │ └── track.png │ │ ├── reference.md │ │ └── tutorial │ │ │ ├── README.md │ │ │ ├── section1-1.md │ │ │ ├── section2-0.md │ │ │ ├── section2-1-1.md │ │ │ ├── section2-1-2.md │ │ │ ├── section2-1.md │ │ │ ├── section2-2.md │ │ │ ├── section2-3.md │ │ │ ├── section3-1.md │ │ │ ├── section3-2-1.md │ │ │ ├── section3-2.md │ │ │ ├── section3-3.md │ │ │ ├── section4-1-1.md │ │ │ ├── section4-1-2.md │ │ │ ├── section4-1-3.md │ │ │ ├── section4-1.md │ │ │ ├── section4-2.md │ │ │ ├── section4-3.md │ │ │ └── section4-4.md │ ├── .1_ja │ │ ├── README.md │ │ ├── essentials.md │ │ ├── images │ │ │ ├── agenda.png │ │ │ ├── basic.png │ │ │ ├── essentials.png │ │ │ ├── goal-milestone.png │ │ │ ├── main-track.png │ │ │ ├── process.png │ │ │ ├── project.png │ │ │ ├── projectgoal.png │ │ │ ├── roles.png │ │ │ └── track.png │ │ ├── reference.md │ │ └── tutorial │ │ │ ├── README.md │ │ │ ├── section1-1.md │ │ │ ├── section2-0.md │ │ │ ├── section2-1.md │ │ │ ├── section2-2-1.md │ │ │ ├── section2-2-2.md │ │ │ ├── section2-2-3.md │ │ │ ├── section2-2.md │ │ │ ├── section2-3.md │ │ │ ├── section2-4.md │ │ │ ├── section3-1.md │ │ │ ├── section3-2-1.md │ │ │ ├── section3-2.md │ │ │ ├── section3-3.md │ │ │ ├── section4-1-1.md │ │ │ ├── section4-1-2.md │ │ │ ├── section4-1-3.md │ │ │ ├── section4-1.md │ │ │ ├── section4-2.md │ │ │ ├── section4-3.md │ │ │ └── section4-4.md │ ├── .2_ja │ │ ├── README.md │ │ ├── essentials.md │ │ ├── images │ │ │ ├── agenda.png │ │ │ ├── basic.png │ │ │ ├── essentials.png │ │ │ ├── goal-milestone.png │ │ │ ├── main-track.png │ │ │ ├── pjs_logo.png │ │ │ ├── process.png │ │ │ ├── project.png │ │ │ ├── projectgoal.png │ │ │ ├── roles.png │ │ │ └── track.png │ │ ├── practices │ │ │ ├── agenda.md │ │ │ ├── holding_meetings.md │ │ │ ├── looking_back.md │ │ │ ├── meeting_environments.md │ │ │ ├── meeting_rolls.md │ │ │ ├── meetings.md │ │ │ ├── milestones.md │ │ │ ├── project_environments.md │ │ │ ├── project_goals.md │ │ │ ├── reviewing_project_goals_and_milestones.md │ │ │ ├── reviewing_rolls.md │ │ │ ├── role_session.md │ │ │ ├── rolls.md │ │ │ ├── stand-up_meetings.md │ │ │ ├── tasks.md │ │ │ ├── tension_triage.md │ │ │ └── tracks.md │ │ ├── reference.md │ │ ├── theories │ │ │ ├── 101.md │ │ │ ├── agenda.md │ │ │ ├── continuous_improvement_approach.md │ │ │ ├── meetings.md │ │ │ ├── milestones.md │ │ │ ├── project_environments.md │ │ │ ├── project_goals.md │ │ │ ├── project_lifecycle.md │ │ │ ├── rolls.md │ │ │ ├── success_metrics.md │ │ │ └── tracks.md │ │ └── theories_and_practices.md │ └── .3_ja │ │ ├── README.md │ │ ├── essentials.md │ │ ├── images │ │ ├── agenda.png │ │ ├── basic.png │ │ ├── essentials.png │ │ ├── goal-milestone.png │ │ ├── main-track.png │ │ ├── pjs_logo.png │ │ ├── process.png │ │ ├── project.png │ │ ├── projectgoal.png │ │ ├── roles.png │ │ └── track.png │ │ ├── practices │ │ ├── agenda.md │ │ ├── holding_meetings.md │ │ ├── looking_back.md │ │ ├── meeting_environments.md │ │ ├── meeting_rolls.md │ │ ├── meetings.md │ │ ├── milestones.md │ │ ├── project_environments.md │ │ ├── project_goals.md │ │ ├── reviewing_project_goals_and_milestones.md │ │ ├── reviewing_rolls.md │ │ ├── role_session.md │ │ ├── rolls.md │ │ ├── stand-up_meetings.md │ │ ├── tasks.md │ │ ├── tension_triage.md │ │ └── tracks.md │ │ ├── reference.md │ │ ├── theories │ │ ├── 101.md │ │ ├── agenda.md │ │ ├── continuous_improvement_approach.md │ │ ├── meetings.md │ │ ├── milestones.md │ │ ├── project_environments.md │ │ ├── project_goals.md │ │ ├── project_lifecycle.md │ │ ├── restrictions.md │ │ ├── rolls.md │ │ ├── success_metrics.md │ │ └── tracks.md │ │ └── theories_and_practices.md └── v4 │ ├── .0_ja │ ├── README.md │ ├── definitions.md │ ├── framework.md │ ├── images │ │ ├── common_understanding.png │ │ ├── illust_aspects.png │ │ ├── illust_daptation.png │ │ ├── illust_documents.png │ │ ├── illust_gradation.png │ │ ├── illust_outcome.png │ │ ├── illust_prediction.png │ │ ├── mechanisms.png │ │ ├── pjs_logo.png │ │ ├── pp_definitions.png │ │ └── shared_leadership.png │ └── introduction.md │ ├── .1_ja │ ├── README.md │ ├── definitions.md │ ├── framework.md │ ├── images │ │ ├── common_understanding.png │ │ ├── illust_aspects.png │ │ ├── illust_daptation.png │ │ ├── illust_documents.png │ │ ├── illust_gradation.png │ │ ├── illust_outcome.png │ │ ├── illust_prediction.png │ │ ├── mechanisms.png │ │ ├── pjs_logo.png │ │ ├── pp_definitions.png │ │ └── shared_leadership.png │ └── introduction.md │ ├── .2_ja │ ├── README.md │ ├── definitions.md │ ├── framework.md │ ├── images │ │ ├── common_understanding.png │ │ ├── elements_of_flag.png │ │ ├── illust_aspects.png │ │ ├── illust_daptation.png │ │ ├── illust_documents.png │ │ ├── illust_gradation.png │ │ ├── illust_outcome.png │ │ ├── illust_prediction.png │ │ ├── mechanisms.png │ │ ├── pjs_logo.png │ │ ├── pp_definitions.png │ │ └── shared_leadership.png │ └── introduction.md │ └── .3_ja │ ├── README.md │ ├── definitions.md │ ├── framework.md │ ├── images │ ├── common_understanding.png │ ├── documents.png │ ├── elements_of_flag.png │ ├── illust_aspects.png │ ├── illust_daptation.png │ ├── illust_documents.png │ ├── illust_gradation.png │ ├── illust_outcome.png │ ├── illust_prediction.png │ ├── mechanisms.png │ ├── pjs_logo.png │ ├── pjs_og.png │ ├── pp_definitions.png │ ├── project_story.png │ ├── shared_leadership.png │ ├── task_action_1.png │ └── task_action_2.png │ └── introduction.md ├── CODE_OF_CONDUCT.md ├── LICENSE.md ├── README.md └── practical-guide ├── CODEv4_based ├── README.md ├── elements_of_flag.md ├── images │ ├── job_action.png │ └── job_action_cycle.png ├── job_and_action.md └── minimum_guide.md └── README.md /CODE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/README.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/README.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/advance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/advance.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/essentials.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/images/essentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/images/essentials.png -------------------------------------------------------------------------------- /CODE/v2/.0_en/images/goal-milestone_eng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/images/goal-milestone_eng.png -------------------------------------------------------------------------------- /CODE/v2/.0_en/images/track_eng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/images/track_eng.png -------------------------------------------------------------------------------- /CODE/v2/.0_en/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/reference.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/README.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips1.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips10.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips11.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips12.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips13.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips14.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips2.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips3.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips4.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips5.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips6.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips7.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips8.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tips/tips9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tips/tips9.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/1-1.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/1-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/1-2.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/1-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/1-3.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/2-1.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/2-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/2-2.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/3-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/3-1.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/3-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/3-2.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/3-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/3-3.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/README.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/project-sprint-101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.0_en/tutorial/project-sprint-101.md -------------------------------------------------------------------------------- /CODE/v2/.0_en/tutorial/user-community.md: -------------------------------------------------------------------------------- 1 | # User Community 2 | 3 | -------------------------------------------------------------------------------- /CODE/v2/.2_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/README.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/advance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/advance.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/essentials.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/agenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/agenda.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/basic.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/essentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/essentials.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/goal-milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/goal-milestone.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/process.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/project.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/projectgoal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/projectgoal.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/roles.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/images/track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/images/track.png -------------------------------------------------------------------------------- /CODE/v2/.2_ja/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/reference.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/1-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/1-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/1-2.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/1-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/1-3.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/1-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/1-4.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/1-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/1-5.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/1-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/1-6.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/2-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/2-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/2-2.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/3-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/3-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/3-2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/3-2-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/3-2-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/3-2-2.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/3-2-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/3-2-3.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/4-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/4-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/4-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/4-2.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/4-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/4-3.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/4-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/4-4.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/4-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/4-5.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tips/README.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/1-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/1-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/1-2.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/1-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/1-3.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/2-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/2-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/2-2.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/3-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/3-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/3-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/3-2.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/3-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/3-3.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/4-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/4-1.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/README.md -------------------------------------------------------------------------------- /CODE/v2/.2_ja/tutorial/project-sprint-101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v2/.2_ja/tutorial/project-sprint-101.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/README.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/essentials.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/agenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/agenda.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/basic.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/essentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/essentials.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/goal-milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/goal-milestone.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/main-track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/main-track.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/process.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/project.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/projectgoal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/projectgoal.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/roles.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/images/track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/images/track.png -------------------------------------------------------------------------------- /CODE/v3/.0_ja/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/reference.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/README.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section1-1.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section2-0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section2-0.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section2-1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section2-1-1.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section2-1-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section2-1-2.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section2-1.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section2-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section2-2.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section2-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section2-3.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section3-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section3-1.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section3-2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section3-2-1.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section3-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section3-2.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section3-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section3-3.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section4-1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section4-1-1.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section4-1-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section4-1-2.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section4-1-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section4-1-3.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section4-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section4-1.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section4-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section4-2.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section4-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section4-3.md -------------------------------------------------------------------------------- /CODE/v3/.0_ja/tutorial/section4-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.0_ja/tutorial/section4-4.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/README.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/essentials.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/agenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/agenda.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/basic.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/essentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/essentials.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/goal-milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/goal-milestone.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/main-track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/main-track.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/process.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/project.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/projectgoal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/projectgoal.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/roles.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/images/track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/images/track.png -------------------------------------------------------------------------------- /CODE/v3/.1_ja/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/reference.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/README.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section1-1.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-0.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-1.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-2-1.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-2-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-2-2.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-2-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-2-3.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-2.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-3.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section2-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section2-4.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section3-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section3-1.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section3-2-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section3-2-1.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section3-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section3-2.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section3-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section3-3.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section4-1-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section4-1-1.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section4-1-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section4-1-2.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section4-1-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section4-1-3.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section4-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section4-1.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section4-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section4-2.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section4-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section4-3.md -------------------------------------------------------------------------------- /CODE/v3/.1_ja/tutorial/section4-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.1_ja/tutorial/section4-4.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/README.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/essentials.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/agenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/agenda.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/basic.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/essentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/essentials.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/goal-milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/goal-milestone.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/main-track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/main-track.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/pjs_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/pjs_logo.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/process.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/project.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/projectgoal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/projectgoal.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/roles.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/images/track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/images/track.png -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/agenda.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/holding_meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/holding_meetings.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/looking_back.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/looking_back.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/meeting_environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/meeting_environments.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/meeting_rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/meeting_rolls.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/meetings.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/milestones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/milestones.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/project_environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/project_environments.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/project_goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/project_goals.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/reviewing_project_goals_and_milestones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/reviewing_project_goals_and_milestones.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/reviewing_rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/reviewing_rolls.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/role_session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/role_session.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/rolls.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/stand-up_meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/stand-up_meetings.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/tasks.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/tension_triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/tension_triage.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/practices/tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/practices/tracks.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/reference.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/101.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/agenda.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/continuous_improvement_approach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/continuous_improvement_approach.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/meetings.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/milestones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/milestones.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/project_environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/project_environments.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/project_goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/project_goals.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/project_lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/project_lifecycle.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/rolls.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/success_metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/success_metrics.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories/tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories/tracks.md -------------------------------------------------------------------------------- /CODE/v3/.2_ja/theories_and_practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.2_ja/theories_and_practices.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/README.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/essentials.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/agenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/agenda.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/basic.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/essentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/essentials.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/goal-milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/goal-milestone.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/main-track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/main-track.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/pjs_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/pjs_logo.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/process.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/project.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/projectgoal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/projectgoal.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/roles.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/images/track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/images/track.png -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/agenda.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/holding_meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/holding_meetings.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/looking_back.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/looking_back.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/meeting_environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/meeting_environments.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/meeting_rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/meeting_rolls.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/meetings.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/milestones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/milestones.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/project_environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/project_environments.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/project_goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/project_goals.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/reviewing_project_goals_and_milestones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/reviewing_project_goals_and_milestones.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/reviewing_rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/reviewing_rolls.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/role_session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/role_session.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/rolls.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/stand-up_meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/stand-up_meetings.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/tasks.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/tension_triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/tension_triage.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/practices/tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/practices/tracks.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/reference.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/101.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/agenda.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/continuous_improvement_approach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/continuous_improvement_approach.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/meetings.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/milestones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/milestones.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/project_environments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/project_environments.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/project_goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/project_goals.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/project_lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/project_lifecycle.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/restrictions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/restrictions.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/rolls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/rolls.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/success_metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/success_metrics.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories/tracks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories/tracks.md -------------------------------------------------------------------------------- /CODE/v3/.3_ja/theories_and_practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v3/.3_ja/theories_and_practices.md -------------------------------------------------------------------------------- /CODE/v4/.0_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/README.md -------------------------------------------------------------------------------- /CODE/v4/.0_ja/definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/definitions.md -------------------------------------------------------------------------------- /CODE/v4/.0_ja/framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/framework.md -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/common_understanding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/common_understanding.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/illust_aspects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/illust_aspects.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/illust_daptation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/illust_daptation.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/illust_documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/illust_documents.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/illust_gradation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/illust_gradation.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/illust_outcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/illust_outcome.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/illust_prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/illust_prediction.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/mechanisms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/mechanisms.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/pjs_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/pjs_logo.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/pp_definitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/pp_definitions.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/images/shared_leadership.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/images/shared_leadership.png -------------------------------------------------------------------------------- /CODE/v4/.0_ja/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.0_ja/introduction.md -------------------------------------------------------------------------------- /CODE/v4/.1_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/README.md -------------------------------------------------------------------------------- /CODE/v4/.1_ja/definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/definitions.md -------------------------------------------------------------------------------- /CODE/v4/.1_ja/framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/framework.md -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/common_understanding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/common_understanding.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/illust_aspects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/illust_aspects.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/illust_daptation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/illust_daptation.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/illust_documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/illust_documents.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/illust_gradation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/illust_gradation.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/illust_outcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/illust_outcome.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/illust_prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/illust_prediction.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/mechanisms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/mechanisms.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/pjs_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/pjs_logo.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/pp_definitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/pp_definitions.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/images/shared_leadership.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/images/shared_leadership.png -------------------------------------------------------------------------------- /CODE/v4/.1_ja/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.1_ja/introduction.md -------------------------------------------------------------------------------- /CODE/v4/.2_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/README.md -------------------------------------------------------------------------------- /CODE/v4/.2_ja/definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/definitions.md -------------------------------------------------------------------------------- /CODE/v4/.2_ja/framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/framework.md -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/common_understanding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/common_understanding.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/elements_of_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/elements_of_flag.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/illust_aspects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/illust_aspects.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/illust_daptation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/illust_daptation.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/illust_documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/illust_documents.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/illust_gradation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/illust_gradation.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/illust_outcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/illust_outcome.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/illust_prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/illust_prediction.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/mechanisms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/mechanisms.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/pjs_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/pjs_logo.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/pp_definitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/pp_definitions.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/images/shared_leadership.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/images/shared_leadership.png -------------------------------------------------------------------------------- /CODE/v4/.2_ja/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.2_ja/introduction.md -------------------------------------------------------------------------------- /CODE/v4/.3_ja/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/README.md -------------------------------------------------------------------------------- /CODE/v4/.3_ja/definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/definitions.md -------------------------------------------------------------------------------- /CODE/v4/.3_ja/framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/framework.md -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/common_understanding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/common_understanding.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/documents.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/elements_of_flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/elements_of_flag.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/illust_aspects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/illust_aspects.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/illust_daptation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/illust_daptation.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/illust_documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/illust_documents.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/illust_gradation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/illust_gradation.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/illust_outcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/illust_outcome.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/illust_prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/illust_prediction.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/mechanisms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/mechanisms.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/pjs_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/pjs_logo.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/pjs_og.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/pjs_og.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/pp_definitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/pp_definitions.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/project_story.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/project_story.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/shared_leadership.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/shared_leadership.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/task_action_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/task_action_1.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/images/task_action_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/images/task_action_2.png -------------------------------------------------------------------------------- /CODE/v4/.3_ja/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE/v4/.3_ja/introduction.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/README.md -------------------------------------------------------------------------------- /practical-guide/CODEv4_based/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/practical-guide/CODEv4_based/README.md -------------------------------------------------------------------------------- /practical-guide/CODEv4_based/elements_of_flag.md: -------------------------------------------------------------------------------- 1 | # フラッグの要素 2 | 3 | coming soon ! 4 | -------------------------------------------------------------------------------- /practical-guide/CODEv4_based/images/job_action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/practical-guide/CODEv4_based/images/job_action.png -------------------------------------------------------------------------------- /practical-guide/CODEv4_based/images/job_action_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/practical-guide/CODEv4_based/images/job_action_cycle.png -------------------------------------------------------------------------------- /practical-guide/CODEv4_based/job_and_action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/practical-guide/CODEv4_based/job_and_action.md -------------------------------------------------------------------------------- /practical-guide/CODEv4_based/minimum_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/practical-guide/CODEv4_based/minimum_guide.md -------------------------------------------------------------------------------- /practical-guide/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-jp/project-sprint/HEAD/practical-guide/README.md --------------------------------------------------------------------------------