You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# https://styles-update.zotero.org:8826/ is for Zotero (styles page, API's citation server, client style updates, etc.)
101
-
# https://styles-update.zotero.org:8827/ is for the Zotero-run instance of https://github.com/citation-style-language/distribution-updater
102
-
# that performs the updating of the (to-be-deprecated) https://github.com/citation-style-language/styles-distribution/ repo
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ The CSL style repository is the central location on the web for collecting and m
4
4
Software products like Zotero, Mendeley, and Papers all draw their styles from our repository.
5
5
6
6
We welcome style submissions (and corrections), and are particularly interested in styles for journals and published style guides.
7
-
If you wish to submit a different type of style, please first check our [Criteria for Accepting Styles](https://github.com/citation-style-language/styles/wiki/Criteria-for-Accepting-Styles).
7
+
If you wish to submit a different type of style, please first check our [Criteria for Accepting Styles](https://github.com/citation-style-language/styles/blob/master/README.md#criteria-for-inclusion).
8
8
9
9
To submit a style, please follow the following steps (for locale files, follow the same steps in the [locales](https://github.com/citation-style-language/locales) repository):
10
10
11
-
#### 1. Check that your style meets all our [style requirements](https://github.com/citation-style-language/styles/wiki/Style-Requirements)
11
+
#### 1. Check that your style meets all our [style requirements](https://github.com/citation-style-language/styles/blob/master/STYLE_REQUIREMENTS.md)
12
12
13
13
#### 2. [Validate](https://validator.citationstyles.org/) your style against the CSL schema, and correct any validation errors
14
14
@@ -20,15 +20,15 @@ To start, create a GitHub account and sign in.
20
20
##### 3a. Submitting a new style
21
21
22
22
1. Visit https://github.com/citation-style-language/styles and click the "Create new file" button.
23
-
When submitting a [dependent style](https://github.com/citation-style-language/styles/wiki/Requesting-Styles#dependent-styles), first navigate to the [dependent](https://github.com/citation-style-language/styles/tree/master/dependent) subdirectory.
23
+
When submitting a [dependent style](https://github.com/citation-style-language/styles/blob/master/REQUESTING.md#dependent-styles), first navigate to the [dependent](https://github.com/citation-style-language/styles/tree/master/dependent) subdirectory.
24
24
2. Type in the file name of the style in the "Name your file..." text field at the top.
25
25
Don't forget to add the ".csl" extension (e.g., "journal-of-results.csl" instead of just "journal-of-results")!
26
26
3. Paste the style code into the "<> Edit new file" tab below.
27
27
4. Click the "Propose new file" button.
28
28
5. In the next window, click the "Create pull request" button.
29
29
Describe the changes you've made, and click the "Create pull request" button once more.
30
30
31
-
(for more help, see GitHub's instructions on [Creating new files](https://help.github.com/articles/creating-new-files))
31
+
(For more help, see GitHub's instructions on [Creating new files](https://help.github.com/articles/creating-new-files).)
32
32
33
33
##### 3b. Submitting changes to an existing style
34
34
@@ -41,7 +41,7 @@ To start, create a GitHub account and sign in.
41
41
5. In the next window, click the "Create pull request" button.
42
42
Describe the changes you've made, and click the "Create pull request" button once more.
43
43
44
-
(for more help, see GitHub's instructions on [Editing files in another user's repository](https://help.github.com/articles/editing-files-in-another-user-s-repository))
44
+
(For more help, see GitHub's instructions on [Editing files in another user's repository](https://help.github.com/articles/editing-files-in-another-user-s-repository).)
45
45
46
46
Instead of relying solely on the GitHub website, you can also use a git client, such as [GitHub Desktop](https://desktop.github.com/) for Mac and Windows, or [SmartGit](http://www.syntevo.com/smartgit/).
47
47
When using a client, [fork](https://help.github.com/articles/fork-a-repo/) the [style repository](https://github.com/citation-style-language/styles), create a branch off of "master", commit your changes, and then create a [pull request](https://help.github.com/articles/using-pull-requests/).
0 commit comments