fossunited / monschool-website

Repository of all courses on mon.school
24 stars 10 forks source link

Add course outline for Git & GitHub for beginners #37

Closed HarshCasper closed 2 years ago

HarshCasper commented 2 years ago

Issue #36

netlify[bot] commented 2 years ago

✔️ Deploy Preview for monschool ready!

🔨 Explore the source changes: ace90ae0d86a8d5c2c58637c37c6c28e7e3bd1f4

🔍 Inspect the deploy log: https://app.netlify.com/sites/monschool/deploys/61f78faccdf1e60008c753b2

😎 Browse the preview: https://deploy-preview-37--monschool.netlify.app

anandology commented 2 years ago

I'm looking at all the chapter heading together...

Version Control System & Git
Getting Started with Git
Git & GitHub
Contributing using Git & GitHub
Open Source

I feel there is some room for improvement here. What do you think of changing them to:

Introduction to Git
Getting Started with Git
Collaborative Development using Git
The GitHub Flow
Contributing to Open Source Projects

or

Introduction
Getting Started
Collaborative Development
The GitHub Flow
Contributing to Open Source Projects

@de-sh and @nikochiko do you have any suggestions here?

nikochiko commented 2 years ago

As this course is meant to be from a non-technical perspective (not only developers), I feel some of the course content (internal objects, collaboration with other developers, contributing to open source) may not be relevant for non-developers. It could be helpful to explicitly identify these sections as meant for better understanding Git or as slightly technical.

HarshCasper commented 2 years ago

Hi @anandology

I have implemented all your suggestions. Please have a look 😄