From e590e78bcae5d16888c4cf11fc612a53e989130c Mon Sep 17 00:00:00 2001 From: EkLine AI Date: Mon, 1 Dec 2025 11:56:46 +0545 Subject: [PATCH 1/7] Changes: --- src/content/docs/en/contribute.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/contribute.mdx b/src/content/docs/en/contribute.mdx index c0fbe8319e358..f282570cc8649 100644 --- a/src/content/docs/en/contribute.mdx +++ b/src/content/docs/en/contribute.mdx @@ -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) From 669f89914d095b5c4935a08ba1f0f92f3073a58d Mon Sep 17 00:00:00 2001 From: EkLine AI Date: Mon, 1 Dec 2025 12:02:00 +0545 Subject: [PATCH 2/7] Changes to check PR --- src/content/docs/en/contribute.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/en/contribute.mdx b/src/content/docs/en/contribute.mdx index f282570cc8649..ba0cff1fde09b 100644 --- a/src/content/docs/en/contribute.mdx +++ b/src/content/docs/en/contribute.mdx @@ -54,3 +54,5 @@ Please visit our dedicated site [*Astro Docs* Docs](https://contribute.docs.astr All these helpful people bring you these docs. [Join us on GitHub!](https://github.com/withastro/docs) + + From 8ea6479225173631f235e93024bbc8bd5757cb83 Mon Sep 17 00:00:00 2001 From: EkLine AI Date: Mon, 1 Dec 2025 12:03:41 +0545 Subject: [PATCH 3/7] Changes to check PR --- src/content/docs/en/contribute.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/docs/en/contribute.mdx b/src/content/docs/en/contribute.mdx index ba0cff1fde09b..b394f94c3457c 100644 --- a/src/content/docs/en/contribute.mdx +++ b/src/content/docs/en/contribute.mdx @@ -53,6 +53,4 @@ Please visit our dedicated site [*Astro Docs* Docs](https://contribute.docs.astr All these helpful people bring you these docs. [Join us on GitHub!](https://github.com/withastro/docs) - - - + \ No newline at end of file From 4496cb31653dd8816f41134aade1c243e3c164a2 Mon Sep 17 00:00:00 2001 From: EkLine AI Date: Mon, 1 Dec 2025 12:11:15 +0545 Subject: [PATCH 4/7] Changes to check PR --- src/content/docs/en/contribute.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/contribute.mdx b/src/content/docs/en/contribute.mdx index b394f94c3457c..abb0d154a84f2 100644 --- a/src/content/docs/en/contribute.mdx +++ b/src/content/docs/en/contribute.mdx @@ -13,7 +13,7 @@ Browse [all of Astro's open GitHub issues tagged `help wanted` and `good first i 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 From 904eaa9dd4abcba814ffd8ceedd826a71c366d1c Mon Sep 17 00:00:00 2001 From: EkLine AI Date: Mon, 1 Dec 2025 12:17:37 +0545 Subject: [PATCH 5/7] Deleted workflows --- src/content/docs/en/astro-courses.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/content/docs/en/astro-courses.mdx b/src/content/docs/en/astro-courses.mdx index 8f48e35c5c69a..c13b2ce7331d7 100644 --- a/src/content/docs/en/astro-courses.mdx +++ b/src/content/docs/en/astro-courses.mdx @@ -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." /> - - - - + \ No newline at end of file From 7d47c04d31f45b0ba1d2cc766f98510124690d18 Mon Sep 17 00:00:00 2001 From: EkLine AI Date: Mon, 1 Dec 2025 12:30:19 +0545 Subject: [PATCH 6/7] Deleted workflows --- src/content/docs/en/contribute.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/contribute.mdx b/src/content/docs/en/contribute.mdx index abb0d154a84f2..a70dc0a9e2b7e 100644 --- a/src/content/docs/en/contribute.mdx +++ b/src/content/docs/en/contribute.mdx @@ -8,7 +8,7 @@ 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! ::: 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. From bdee78db222c9311d760b477f64089d092e1238a Mon Sep 17 00:00:00 2001 From: EkLine AI Date: Mon, 1 Dec 2025 14:38:40 +0545 Subject: [PATCH 7/7] Deleted workflows --- src/content/docs/en/develop-and-build.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/en/develop-and-build.mdx b/src/content/docs/en/develop-and-build.mdx index 04fbca534f437..c7fec8c147576 100644 --- a/src/content/docs/en/develop-and-build.mdx +++ b/src/content/docs/en/develop-and-build.mdx @@ -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. \ No newline at end of file