From 0f3b267603e1bacab7e05bf950924f5f84181771 Mon Sep 17 00:00:00 2001 From: AsyncBanana <58297401+AsyncBanana@users.noreply.github.com> Date: Tue, 12 Oct 2021 14:04:08 -0400 Subject: [PATCH] Add first contributors guide to CONTRIBUTING.md (#1521) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68a91fce71fe..5817877edc59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,9 @@ We welcome contributions of any size and skill level. As an open source project, we believe in giving back to our contributors and are happy to help with guidance on PRs, technical writing, and turning any feature idea into a reality. +> **Tip for new contributors:** +> Take a look at [https://github.com/firstcontributions/first-contributions](https://github.com/firstcontributions/first-contributions) for helpful information on contributing + ## Prerequisite ```shell