From 2f16a9bbe0b5946d8f16cc131c750e043e172a38 Mon Sep 17 00:00:00 2001 From: "Rintze M. Zelle" Date: Thu, 9 Apr 2020 23:59:38 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b4d0986f8b7..5bc0137c9602 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ To submit a style, please follow the following steps (for locale files, follow t #### 1. Check that your style meets all our [style requirements](https://github.com/citation-style-language/styles/wiki/Style-Requirements) -#### 2. [Validate](https://github.com/citation-style-language/styles/wiki/Validation) your style against the CSL schema, and correct any validation errors +#### 2. [Validate](https://validator.citationstyles.org/) your style against the CSL schema, and correct any validation errors #### 3. Create a pull request @@ -33,7 +33,7 @@ To start, create a GitHub account and sign in. ##### 3b. Submitting changes to an existing style 1. Visit https://github.com/citation-style-language/styles and find the style you wish to change (dependent styles are stored in the [dependent](https://github.com/citation-style-language/styles/tree/master/dependent) subdirectory). - To search by file name press "t" (this activates GitHub’s [File Finder](https://github.com/blog/793-introducing-the-file-finder)) and start typing. + To search the repository by file name, click the "Find file" button or press t to activate GitHub’s [file finder](https://help.github.com/en/github/searching-for-information-on-github/finding-files-on-github) and start typing. 2. Click on the style name, which will bring you to a page like https://github.com/citation-style-language/styles/blob/master/apa.csl. 3. Click the edit icon (in the shape of a pencil). This opens a code editor in which you can make your changes (you can for example copy and paste your modified style into this window).