From 5a8c6abcdf28ed5579d34fd4b801a9134e28547b Mon Sep 17 00:00:00 2001 From: Luise Freese <49960482+LuiseFreese@users.noreply.github.com> Date: Thu, 21 Jan 2021 17:38:57 +0100 Subject: [PATCH] Fixed a typo changed "the preview image must be located in the assets folder in the root your you solution" to "the preview image must be located in the assets folder in the root of your solution" --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c831cf99d..c6eedb15a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -33,7 +33,7 @@ Whenever you are submitting any changes to the SharePoint repositories, please f When you are submitting a new sample, it has to follow up below guidelines * You will need to have a `README.md` file for your contribution, which is based on [the provided template](../samples/README-template.md) under the `samples` folder. Please copy this template to your project and update it accordingly. Your `README.md` must be named exactly `README.md` -- with capital letters -- as this is the information we use to make your sample public. - * You will need to have a screenshot picture of your sample in action in the `README.md` file ("pics or it didn't happen"). The preview image must be located in the `/assets/` folder in the root your you solution. + * You will need to have a screenshot picture of your sample in action in the `README.md` file ("pics or it didn't happen"). The preview image must be located in the `/assets/` folder in the root of your solution. * The `README` template contains a specific tracking image at the bottom of the file with an `img` tag, where the `src` attribute points to `https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/readme-template`. This is a transparent image which is used to track viewership of individual samples in GitHub. * Update the image `src` attribute according with the repository name and folder information. For example, if your sample is named `react-todo` in the `samples` folder, you should update the `src` attribute to `https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-todo` * If you find an existing sample which is similar to yours, please extend the existing one rather than submitting a new similar sample