From 5476877fcc352429459a28c6a2f72083a78ff095 Mon Sep 17 00:00:00 2001 From: Louis <45211267+LouisVdwl@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:38:10 +0200 Subject: [PATCH] fix: (doc) update the wording to create issue (#173) --- docs/intro-to-oss/how-to-contribute-to-open-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro-to-oss/how-to-contribute-to-open-source.md b/docs/intro-to-oss/how-to-contribute-to-open-source.md index e8ef0ec0..61422a5e 100644 --- a/docs/intro-to-oss/how-to-contribute-to-open-source.md +++ b/docs/intro-to-oss/how-to-contribute-to-open-source.md @@ -139,7 +139,7 @@ You'll need to have these tools donwloaded and installed on your local machine: ### Getting Started -1. Create an issue by clicking the "New issue" button in the "Issues" tab and complete the form. +1. Create an issue by clicking the "Issues" tab on the top bar and then the green "New issue" button. Click the "Get started" button to add contributors, complete the form, and click the "Submit new issue" button. 2. Fork the [guestbook repository](https://github.com/open-sauced/guestbook). 3. Clone your forked repository to your computer. 4. Run `npm install` to install the dependencies.