Skip to content

Commit 4f7c06a

Browse files
committed
fix: add under construction
1 parent afdeee9 commit 4f7c06a

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

github-git/first-issue-contribution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ kernelspec:
1616

1717
# Make Your First Open Source Contribution
1818

19+
🚧 These lessons are under heavy construction and will continue to change through March 2024 🚧
20+
1921
:::{todo}
2022

2123
what's missing

github-git/github-fork-repo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ kernelspec:
1313

1414
# How to Fork & Clone a GitHub Repository
1515

16+
🚧 These lessons are under heavy construction and will continue to change through March 2024 🚧
17+
1618
:::{admonition} What you will learn:
1719

1820
* Explain how a **GitHub** repository stores and tracks changes to files.

github-git/github-social-platform.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ kernelspec:
1010
language: python
1111
name: python3
1212
---
13+
1314
# Community Interaction Best Practices on GitHub
1415

16+
🚧 These lessons are under heavy construction and will continue to change through March 2024 🚧
1517
## Introduction
1618

1719
GitHub is more than just a platform for hosting code—it’s a **social platform** where developers, researchers, and contributors work together to create, improve, and share projects. Behind every username is a person who deserves respect and appreciation.

github-git/intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jupytext:
99

1010
# Introduction to Collaborative GitHub and Git
1111

12+
🚧 These lessons are under heavy construction and will continue to change through March 2024 🚧
13+
1214
Version control is essential in open source software development and increasingly important in sharing and working on open science workflows. GitHub is the most commonly used cloud-based version control platform. GitHub integrates the power of Git with online collaboration and project management tools.
1315

1416
Many think about GitHub as a social coding platform.

github-git/what-is-git-github.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jupytext:
1010

1111
# An overview of Git & GitHub
1212

13+
🚧 These lessons are under heavy construction and will continue to change through March 2024 🚧
14+
1315
## What is git?
1416

1517
Git is a powerful **version control system** that enables teams to track, manage, and collaborate on code and documentation changes over time. While it is best known for its use in software development, Git is equally valuable in **open science** and **open source workflows**.

0 commit comments

Comments
 (0)