Skip to content

Commit 799dd75

Browse files
authored
Merge pull request #4575 from DavidBiesack/copy-edit-CONTRIBUTING.md
Copy edit contributing.md
2 parents b3e8434 + 80c16a6 commit 799dd75

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Make a local clone of your fork and check out the
5656

5757
Working in the `gh-pages` branch,
5858
add a new Markdown file in `registries/_namespace/`. The file name
59-
should be the namespace name with a `.md` extension. For example,
60-
to add an extension namespace `abc` for extensions named `x-abc-*`,
59+
should be the namespace name with a `.md` extension, without the `x-`
60+
prefix.
61+
For example, to add an extension namespace `abc` for extensions named `x-abc-*`,
6162
create `registries/_namespace/abc.md`. Use the following template,
6263
replacing the instruction text in `<<instruction-text>>` markers:
6364

@@ -89,13 +90,13 @@ the site as described above and view
8990
[http://127.0.0.1:4000/registry/namespace/index.html](http://127.0.0.1:4000/registry/namespace/index.html)
9091
to verify your namespace is listed.
9192
(Modify the URL if Jekyll is running on a different IP or port.)
92-
The namespace name in Value column
93+
The namespace name in __Value__ column
9394
should link to your namespace page, and the __Description__
9495
text should be the `description:` from the Markdown frontmatter.
9596

9697
Preview your content at
9798
`http://127.0.0.1:4000/registry/namespace/abc.html`
98-
(change `abc` in to your namespace URL).
99+
(change `abc` to your namespace name in the URL).
99100

100101
### Add a New Specification Extension Registry Entry
101102

@@ -147,9 +148,9 @@ Build the site locally as described above.
147148
Preview [http://127.0.0.1:4000/registry/extension/](http://127.0.0.1:4000/registry/extension/).
148149

149150
(Modify the URL if Jekyll is running on a different IP or port.)
150-
Verify that you specification extension
151-
should is listed. The __Value__ column should contain you extension name
152-
with a link to you documentation, such as
151+
Verify that your specification extension
152+
is listed. The __Value__ column should contain your extension name
153+
with a link to your documentation, such as
153154
`http://127.0.0.1:4000/registry/extension/x-abc-wander.html`,
154155
and the __Description__ should be your brief description.
155156

0 commit comments

Comments
 (0)