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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+17-10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MDN Web Docs contribution guide
2
2
3
-
Thanks for taking the time to contribute to [MDN Web Docs](https://developer.mozilla.org)! :tada:
3
+
Thanks for taking the time to contribute to [MDN Web Docs][]! :tada:
4
4
5
5
This document covers project setup steps along with a set of guidelines for contributing to MDN Web Docs content.
6
6
Everyone participating in this project is expected to follow our [Code of Conduct](https://github.com/mdn/content/blob/main/CODE_OF_CONDUCT.md), which means adhering to [Mozilla's Community Participation Guidelines](https://www.mozilla.org/en-US/about/governance/policies/participation/).
@@ -20,7 +20,7 @@ We expect contributors to MDN to have some knowledge of web technologies before
20
20
We've put together relevant resources to get up to speed on specific topics before contributing:
21
21
22
22
-**Open source:** If you're new to open source projects, see the [Open source etiquette][] page.
23
-
-**Git and GitHub:** If you are unfamiliar with these, see the section [Getting ready to contribute][] to get pointers on where to start.
23
+
-**Git and GitHub:** If you are unfamiliar with these, see the section [What do I need to get started?][] to get pointers on where to start.
24
24
-**Web technologies:** HTML, CSS, JavaScript, and more are covered in our [Learn web development][] tutorials.
25
25
-**MDN repositories:** To find out where everything lives in various MDN repositories, see our [MDN Web Docs repositories][] page.
26
26
@@ -222,7 +222,7 @@ If you have a [local checkout](#forking-and-cloning-the-repository) of the repos
222
222
223
223
> [!NOTE]
224
224
> Automatically formatting changes does not work for pull requests opened using the GitHub Web UI as described in the ["Simple changes" section](#simple-changes).
225
-
> This may result in failed status checks on pull requests. If you're not sure about how to fix this, [get in touch with us][]! for help.
225
+
> This may result in failed status checks on pull requests. If you're not sure about how to fix this, [get in touch with us][] for help.
226
226
227
227
### Adding a new document
228
228
@@ -419,14 +419,21 @@ There are some important rules of etiquette to remember that will help during th
419
419
When contributing to the content you agree to license your contributions
420
420
according to [our license](LICENSE.md).
421
421
422
+
<!---
423
+
Reference links syntax is used here because of linting markdown files ("fqdn-moz-links" rule).
424
+
See https://github.com/mdn/content/pull/21432 and https://github.com/mdn/content/pull/38369.
425
+
It can be replaced with the normal links syntax after successfully closing https://github.com/DavidAnson/markdownlint/issues/673.
426
+
-->
427
+
428
+
[mdn web docs]: https://developer.mozilla.org
429
+
[getting started with mdn web docs]: https://developer.mozilla.org/en-US/docs/MDN/Community/Getting_started
0 commit comments