The-Alice-In-Wonderland-Project / alicegame-2023

Hacktoberfest 2023 version of The Alice in Wonderland Project
https://aliceproject.dev
Mozilla Public License 2.0
5 stars 7 forks source link

Americans01_MarkdownPractice_AliceChapt01-Para002 #21

Open GingerKiwi opened 11 months ago

GingerKiwi commented 11 months ago

@sasha-go: 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: The chapter titles are h2 headings, not h1s.

This paragraph starts with: "So she was" It ends with: "close by her"

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:

git add .
git commit -m “date_issue number_issue title”

From there, push your code to the project's main branch. Submit a pull request.

sasha-go commented 11 months ago

You've been assigned, @ArpitaDeb! 🐰 Please keep the following in mind as you make your PR:

  1. Create a separate branch with Git before you push your commits. If you need help with this, check out this article, How to Create a Local Branch in Git
  2. Fill our your PR's form completely. If you need tips, check out the blog post, Writing Your First Pull Request: Tips, Best Practices, and AI-Powered Tools for Success.