Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create All the most important terms from A-Z #26

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,13 @@
"MD033": {
// Allowed elements
"allowed_elements": [
"table",
"td",
"summary",
"tr",
"img",
"tr",
"img",
"details",
"li",
"ul",
Expand Down
107 changes: 0 additions & 107 deletions admin/seeds/README.md
Original file line number Diff line number Diff line change
@@ -1,107 +0,0 @@
# About Repository
Copy link
Member

@arnochauveau arnochauveau Dec 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't delete files please :-)
You can re-add this file by executing git checkout origin main -- admin/seeds/README.md


This repository is yours to keep track of what you've covered so far, to get to
know each other, to share helpful resources, to practice collaboration
workflows, ... to do everything!

Slack is great for chatting but links and good explanations can easily get lost
in message history. Think of this repository as your class' forum and home page.

<!-- BEGIN TOC -->

<!-- END TOC -->

---

## Class Calendar

<details>
<summary>expand/collapse</summary>
<br>

![Lesson Plan Calendar](./assets/lesson-plan-calendar.png)

</details>

---

## Modules

<!-- BEGIN MODULES -->

<!-- END MODULES -->

---

## Students

<!-- BEGIN STUDENTS -->

<!-- END STUDENTS -->

---

## Coaches

<!-- END COACHES -->

---

## Using this Repo

<details>
<summary>Here are 5 tips for using issues in this repository:</summary>

### Help Wanted

- **The Template**: If you're blocked on something in an assignment or
self-study you can use the `help-wanted` template to create a new issue and
ask for help.
- **The Label**: You can attach the `help-wanted` label to any issue or PR that
you need help completing. If the code you are blocked on is in another
repository, you can create a new issue using the `help-wanted` template to
describe your problem and link to your code.

### Question

- **The Template** Got a question about anything? Go ahead and ask! You can use
create a new issue using the `question` template to ask your question in a
clear and structured way.
- **The Label**: Or add the `question` label to any other issue! This can help
be helpful for searching check-ins or deliverables.

### Check-Ins

> template + label

Each module you will create a new check-in issue. You will use this issue to
keep track of your self-study progress, and to post a check-in comment for each
chapter including:

- **I need help with**
- **What Went Well**
- **What Went Less Well**
- **Lessons Learned**
- **Prep Work** (for the next chapter)

### Deliverable

> template + label

For each project/exercise/assignment (individual or group) you will place a new
issue on the Class Projects board.

- If you are blocked, add the `help-wanted` label
- When you think you're finished, move your issue into the Ready for Review
column
- If your assignment is complete, a coach will move it into the Done column
- Else they will move it to Needs Revision. When you've addressed the feedback
you can move it back into Ready for Review

### Roll-Calls

Each Sunday before class your coach will create a new Roll Call issue. Leave a
little comment to say hello and let us all know how your week went.

</details>
<br>
Loading