Skip to content
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
5 changes: 1 addition & 4 deletions src/content/docs/en/astro-courses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,4 @@ Learn from your fellow astronauts with curated collections of guides, articles,
href="https://get.supportsquid.ink/"
description="An open, public Astro support forum and knowledge base outside of the Astro Discord."
/>
</CardGrid>



</CardGrid>
8 changes: 4 additions & 4 deletions src/content/docs/en/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import ContributorList from '~/components/ContributorList.astro'
We welcome contributions of any size and contributors of any skill level. As an open-source project, we believe in giving back to our contributors. We are happy to help with guidance on PRs, technical writing, and turning any feature idea into a reality.

:::tip[Open Issues]
Browse [all of Astro's open GitHub issues tagged `help wanted` and `good first issues`](https://github.com/search?q=org%3Awithastro+label%3A%22good+first+issue%22%2C%22help+wanted%22%2C+state%3Aopen&type=issues) for all the code repositories: Astro code, documentation, Starlight, Astro websites, language tools, GitHub Actions, bots, the compiler... there are lots of places to contribute!
Browse [All of Astro's open GitHub issues tagged `help wanted` and `good first issues`](https://github.com/search?q=org%3Awithastro+label%3A%22good+first+issue%22%2C%22help+wanted%22%2C+state%3Aopen&type=issues) for all the code repositories: Astro code, documentation, Starlight, Astro websites, language tools, GitHub Actions, bots, the compiler... there are lots of places to contribute!
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [EkLine] <EK00011>

Suggestions:

  • In general, don't use an ellipsis. (EK00011)
  • Don't use exclamation points in text. (EK00012)
  • When you use a colon in a sentence, the word that follows it should be in lowercase. ': A' should be in lowercase. (EK00020)
  • Consider using 'all' instead of 'All of '. (EK00042)
  • Consider using 'many' instead of 'lots of'. (EK00043)
  • 'Astro's' could be a typo. Check the spelling. (EK00300)
  • 'Astro' could be a typo. Check the spelling. (EK00300)

Suggested change
Browse [All of Astro's open GitHub issues tagged `help wanted` and `good first issues`](https://github.com/search?q=org%3Awithastro+label%3A%22good+first+issue%22%2C%22help+wanted%22%2C+state%3Aopen&type=issues) for all the code repositories: Astro code, documentation, Starlight, Astro websites, language tools, GitHub Actions, bots, the compiler... there are lots of places to contribute!
Browse [all Astro open GitHub issues tagged `help wanted` and `good first issues`](https://github.com/search?q=org%3Awithastro+label%3A%22good+first+issue%22%2C%22help+wanted%22%2C+state%3Aopen&type=issues) for all the code repositories: Astro code, documentation, Starlight, Astro websites, language tools, GitHub Actions, bots, the compiler. There are many places to contribute.

:::

Want to get even more involved? See our [Governance doc](https://github.com/withastro/.github/blob/main/GOVERNANCE.md) for detailed descriptions of different roles, maintainer nomination processes, code review processes, and Code of Conduct enforcement.

## Ways to Contribute
## Ways to contribute

### Project repositories

Expand Down Expand Up @@ -51,6 +51,6 @@ Please visit our dedicated site [*Astro Docs* Docs](https://contribute.docs.astr

## Our contributors

These docs are brought to you by all these helpful people. [Join us on GitHub!](https://github.com/withastro/docs)
All these helpful people bring you these docs. [Join us on GitHub!](https://github.com/withastro/docs)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [EkLine] <EK00012>

Don't use exclamation points in text. (EK00012)

Suggested change
All these helpful people bring you these docs. [Join us on GitHub!](https://github.com/withastro/docs)
All these helpful people bring you these docs. [Join us on GitHub.](https://github.com/withastro/docs)


<ContributorList githubRepo="withastro/docs" />
<ContributorList githubRepo="withastro/docs" />
3 changes: 1 addition & 2 deletions src/content/docs/en/develop-and-build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ Explore the guides below to customize your development experience.

Build a fully functional Astro blog starting from a single blank page in our [introductory tutorial](/en/tutorial/0-introduction/).

This is a great way to see how Astro works and walks you through the basics of pages, layouts, components, routing, islands, and more. It also includes an optional, beginner-friendly unit for those newer to web development concepts in general, which will guide you through installing the necessary applications on your computer, creating a GitHub account, and deploying your site.

This is a great way to see how Astro works and walks you through the basics of pages, layouts, components, routing, islands, and more. It also includes an optional, beginner-friendly unit for those newer to web development concepts in general, which will guide you through installing the necessary applications on your computer, creating a GitHub account, and deploying your site.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [EkLine] <EK00005>

Suggestions:

  • Where possible, do not structure sentences in future tense. Use present tense instead. (EK00005)
  • Try to keep sentences to an average of 32 words or fewer. (EK00021)
  • 'Astro' could be a typo. Check the spelling. (EK00300)

Suggested change
This is a great way to see how Astro works and walks you through the basics of pages, layouts, components, routing, islands, and more. It also includes an optional, beginner-friendly unit for those newer to web development concepts in general, which will guide you through installing the necessary applications on your computer, creating a GitHub account, and deploying your site.
This is a great way to see how Astro works and walks you through the basics of pages, layouts, components, routing, islands, and more. It also includes an optional, beginner-friendly unit for those newer to web development concepts in general, which guides you through installing the necessary applications on your computer, creating a GitHub account, and deploying your site.