You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: materials/1-Intro-Command-Line.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -141,12 +141,12 @@ The relative path to the another HackforLa project folder on my computer is:
141
141
* Remove *one* of the previously created files.
142
142
* Go up one directory and remove the `test` directory with the empty files in it. **NOTE**: Be careful and make sure you are removing the correct files!
143
143
* Create an empty file called `test.txt`.
144
-
* Change the name to `civic_hacking_is_cool.txt`.
144
+
* Change the name to `opensource_is_cool.txt`.
145
145
* Create an empty file called `my_secrets.txt`.
146
146
* Create a new directory called `my_diary`.
147
147
* Move the two previously created files into this directory.
148
-
* Create a new directory called `my_blog`. Copy the file `civic_hacking_is_cool.txt` from `my_diary` to `my_blog`.
149
-
* Examine the files in `my_blog` to confirm that `civic_hacking_is_cool.txt` is there.
148
+
* Create a new directory called `my_blog`. Copy the file `opensource_is_cool.txt` from `my_diary` to `my_blog`.
149
+
* Examine the files in `my_blog` to confirm that `opensource_is_cool.txt` is there.
150
150
* Zip the folders `my_diary` and `my_blog` into a new file called `writings.zip`.
Copy file name to clipboardExpand all lines: materials/3-Github.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The lesson materials are hosted on GitHub at https://github.com/ndanielsen/intro
9
9
10
10
## Typical Workflows on Github
11
11
12
-
The typical workflow for a contributor to a new `Hack for La` Project is as follows:
12
+
The typical workflow for a contributor to a `Open Source` Project is as follows:
13
13
14
14
1.**Discover** a bug or a feature.
15
15
2.**Discuss** with the project leads by [adding an issue](https://github.com/ndanielsen/intro-cli-git-github/issues).
@@ -22,7 +22,7 @@ The typical workflow for a contributor to a new `Hack for La` Project is as foll
22
22
23
23
**Note**: Create a pull request as soon as possible, even before you've started coding. This will allow the Project Leads to give you advice about where to add your code or utilities and discuss other style choices and implementation details as you go. Don't wait!
24
24
25
-
Many Hack-for-La projects believe that *contribution is collaboration* and therefore emphasize *communication* throughout the entire process. Project Leads rely heavily on GitHub's social coding tools to allow them to do this.
25
+
Many `Open Source`projects believe that *contribution is collaboration* and therefore emphasize *communication* throughout the entire process. Project Leads (ie maintainers) rely heavily on GitHub's social coding tools to allow them to do this.
0 commit comments