Skip to content
Closed

Test #23

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
6a4629e
Update issue templates
ericcchuang Feb 16, 2023
90c30a1
Update issue templates
ericcchuang Feb 16, 2023
b5f54c4
Update issue templates
ericcchuang Feb 16, 2023
9285865
Merge pull request #1 from eyh3/eyh3-patch-1
ericcchuang Feb 16, 2023
2444805
updated issue templates
ericcchuang Feb 20, 2023
f57765b
Update README
ericcchuang Feb 21, 2023
6a6e1dd
Updated README
ericcchuang Feb 21, 2023
e9a685f
3
ericcchuang Feb 21, 2023
accde36
5
ericcchuang Feb 21, 2023
ad70eca
6
ericcchuang Feb 21, 2023
ceae1b9
7
ericcchuang Feb 21, 2023
31d53e9
8
ericcchuang Feb 21, 2023
c57bb47
9
ericcchuang Feb 21, 2023
b8b57df
10
ericcchuang Feb 21, 2023
8d33246
11
ericcchuang Feb 21, 2023
173740b
20-things-i-learned-how-to-host-on-localhost
ericcchuang Feb 22, 2023
6d6b82d
Merge pull request #12 from eyh3/4-things-i-dont-understand
ericcchuang Feb 22, 2023
786bfc1
Merge pull request #13 from eyh3/5-things-i-know
ericcchuang Feb 22, 2023
5a8429e
Merge pull request #14 from eyh3/6-thing-i-want-to-know
ericcchuang Feb 22, 2023
7ea0048
Merge pull request #15 from eyh3/7-things-i-learned-github-classroom
ericcchuang Feb 22, 2023
073e1c9
Merge pull request #16 from eyh3/8-things-i-learned-docker-commands
ericcchuang Feb 22, 2023
28daec9
Merge pull request #17 from eyh3/9-thing-i-want-to-know-php
ericcchuang Feb 22, 2023
af336c4
Merge pull request #18 from eyh3/10-thing-i-want-to-know-host-a-websi…
ericcchuang Feb 22, 2023
83679ba
Merge pull request #19 from eyh3/11-things-i-dont-understand-linux-te…
ericcchuang Feb 22, 2023
a96e72a
Merge pull request #21 from eyh3/20-things-i-learned-how-to-host-on-l…
ericcchuang Feb 22, 2023
b1d5afd
Update README
ericcchuang Feb 22, 2023
9427d4a
Update README
ericcchuang Feb 22, 2023
2c8e77c
Merge branch '3-avoiding-merge-conflicts' into test
ericcchuang Feb 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/ISSUE_TEMPLATE/things-i-don-t-understand.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
---
name: Things I Don't Understand
about: This is for adding issues that you don't understand
title: ''
labels: Things I Don't Understand
title: Things I don't understand
labels: ''
assignees: ''

---

I don't understand <fill in what you don't here>
I don't understand
- What does docker even do
- Linux terminal
- Why do we use pycharm over vscode
- What is watchtower
- Can I write my own python code?
- How to read error messages

14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/things-i-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Things I know
about: Things I know
title: ''
labels: Things I know
assignees: ''

---
- Working with github
- Semantic versioning
- Working on separate branches
- Merge conflict
- Terminal github syntax

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/things-i-learned.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ assignees: ''
---

Please add one item that you learned. File new issues for each item that you learned. Please keep the number of characters to no more than 255.
- Github classroom
- Docker commands
- How to host on localhost


21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and
2. Linux Directory listing[2]
3. Docker Installation[1]
#### Things we don't understand
1. How to avoid merge conflicts
1. Git Stash[1]
2. GIt pull[2]
3. GIT status[1]
#### Things we want to know next**
Expand Down Expand Up @@ -92,3 +92,22 @@ Collaborating on GitHub:
13. update your local main branch with the changes from the merge by doing git pull origin main
14. Repeat again, and again, and again

# Complete the Assignment By adding your issues to these 3 lists.

## Put your items here
### Things you understand so far
1. GitHub classroom [1]
2. Docker commands on terminal [1]
3. How to host on localhost [1]
4. Avoiding Merge Conflicts [1]

### Things you don't understand about what we are doing / web development.
1. What does docker even do [1]
2. Linux terminal vs Windows terminal [1]
3. What is watchtower [1]

### Things you want to know next
1. Javascript [1]
2. write PHP code [1]
3. Hosting a website without github pages [1]

1 change: 1 addition & 0 deletions project-management-github-activity
Submodule project-management-github-activity added at 928586