From bc4ff38c84c1af70d7f662246bfa856fa77c254a Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 20 Jun 2025 15:50:27 +0200 Subject: [PATCH 1/2] Mention the blog post in CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06b99b5de1..c2635c0a87 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,7 @@ There are many ways to get involved. Follow this guide and feel free to [reach o - [Add a resource to the Community page](#add-a-resource-to-the-community-page) - [Add a question to the FAQ](#add-a-question-to-the-faq) - [Write a new section or guide](#write-a-new-section-or-guide) + - [Add a blog post](#add-a-blog-post) - [Making changes to the code](#making-changes-to-the-code) - [Browser support](#browser-support) - [Contributing something else](#contributing-something-else) @@ -149,6 +150,12 @@ Then, use our [development guide](#development-guide) to determine where your ne Once it's ready for review, please [open a pull request](https://github.com/graphql/graphql.github.io/pulls). +### Add a blog post + +This repository holds the [graphql.org blog](https://graphql.org/blog/) at [source/src/pages/blog](https://github.com/graphql/graphql.github.io/tree/source/src/pages/blog). Blog posts may contain announcements, news, best practices and more. + +Contributions are very welcome! + ## Making changes to the code Before diving into any code updates, please [open an issue](https://github.com/graphql/graphql.github.io/issues/new) describing the change(s) you'd like to make. From 78bab3ba9a3a168613f07f42dd3bd5c8a5dfde22 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Mon, 23 Jun 2025 19:13:49 +0100 Subject: [PATCH 2/2] Fix style issue --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2635c0a87..1572995720 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -152,7 +152,7 @@ Once it's ready for review, please [open a pull request](https://github.com/grap ### Add a blog post -This repository holds the [graphql.org blog](https://graphql.org/blog/) at [source/src/pages/blog](https://github.com/graphql/graphql.github.io/tree/source/src/pages/blog). Blog posts may contain announcements, news, best practices and more. +This repository holds the [graphql.org blog](https://graphql.org/blog/) at [source/src/pages/blog](https://github.com/graphql/graphql.github.io/tree/source/src/pages/blog). Blog posts may contain announcements, news, best practices and more. Contributions are very welcome!