Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/completed-lists.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Completed Lists
about: This is for your master pull request to merge your master into this repo.
title: Put your UCID as the title (replace this text).
title: Put your UCID as the title (replace this text)
labels: Master List
assignees: ''

Expand All @@ -12,3 +12,4 @@ You need to make a pull request and add the link to the pull request to this iss
PULL REQUEST LINK:

UCID:
`
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-learned.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Things I learned
about: Add one item for each thing you learned keep to max of 255 characters
title: Things I Learned/Know Now
title: "[Things I Learned]"
labels: I Know
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-want-to-know.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Things I want to know
about: Describe this issue template's purpose here.
title: Thing I want to Know
title: 'Thing I want to know: <file in title> [Thing I want to Knows]'
labels: Want to Know
assignees: ''

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ possible topics that people can choose to build online tutorials about.
2. How to create and manage a database for a web app. [1]
3. How to use Kubernetes. [1]
4. How to use a frontend framework. [1]
5. How to integrate third-party services and APIs into a web application.[1]

#### Things we want to know next

Expand Down