Closed GingerKiwi closed 1 year ago
@CBID2: please assign to one of your 6 contributors.
This isn’t a “make work” issue. We do want a copy of this book as part of the project added in Markdown format.
After forking this repository copy the heading of chapter 1 and the second paragraph of Alice’s Adventures in Wonderland into: Alices-Adventures-in-Wonderland-by-Lewis-Carroll.md
Note that chapter titles are h2 headings, not h1s.
h2
h1s
This paragraph starts with: "In another" It ends with: "out again."
Yes, this paragraph is very short. That’s perfectly fine!
When you are done adding the paragraph on your copy of the file, save it, run the following commands in your terminal:
git add . git commit -m “date_issue number_issue title”
push your code to the project's main branch Do a pull request.
main
You've been assigned @kilted2000! :) Please keep the following in mind as you make your PR:
@CBID2: please assign to one of your 6 contributors.
This isn’t a “make work” issue. We do want a copy of this book as part of the project added in Markdown format.
After forking this repository copy the heading of chapter 1 and the second paragraph of Alice’s Adventures in Wonderland into: Alices-Adventures-in-Wonderland-by-Lewis-Carroll.md
Note that chapter titles are
h2
headings, noth1s
.This paragraph starts with: "In another" It ends with: "out again."
Yes, this paragraph is very short. That’s perfectly fine!
After adding the paragraph
When you are done adding the paragraph on your copy of the file, save it, run the following commands in your terminal:
push your code to the project's
main
branch Do a pull request.