From 651fac3e5f6890891c520fb4f7693a9e2608a5b1 Mon Sep 17 00:00:00 2001 From: oddlittlebird <52059945+oddlittlebird@users.noreply.github.com> Date: Wed, 16 Oct 2019 19:52:36 -0700 Subject: [PATCH] Update documentation.md Minor edit --- contribute/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute/documentation.md b/contribute/documentation.md index fcdd15fbe54..c1aeeb395f8 100644 --- a/contribute/documentation.md +++ b/contribute/documentation.md @@ -6,7 +6,7 @@ This documents guides you through the process of contributing to the Grafana doc If you’re unsure about where to start, check out some of our [open docs issues](https://github.com/grafana/grafana/issues?q=is%3Aopen+is%3Aissue+label%3Atype%2Fdocs). -Sometimes it can be difficult to understand an issue when you're just getting started. Check out the [beginner-friendly issues](https://github.com/grafana/grafana/issues?q=is%3Aopen+is%3Aissue+label%3Atype%2Fdocs+label%3A"beginner+friendly") for tasks suitable for first-time contributors. +Sometimes it can be difficult to understand an issue when you're just getting started. Refer to this list of [beginner-friendly issues](https://github.com/grafana/grafana/issues?q=is%3Aopen+is%3Aissue+label%3Atype%2Fdocs+label%3A"beginner+friendly") for tasks suitable for first-time contributors. When you’ve found an issue you want to work on, please comment on the issue to let other people know you intend to work on it. @@ -35,4 +35,4 @@ For each section, an `_index.md` file provides an overview of the topic. ### Style guide -Refer to the [Documentation style guide](style-guides/documentation-style-guide.md) for information about Grafana style, word choice, and grammar conventions. \ No newline at end of file +Refer to the [Documentation style guide](style-guides/documentation-style-guide.md) for information about Grafana style, word choice, and grammar conventions.