Skip to content

Commit f9871ec

Browse files
authored
Link from docs/process.md to "contributing" section of the webside (#20885)
I guess we should consolidate these somehow. Also format long lines in `contributing.rst`
1 parent dedd59b commit f9871ec

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

docs/process.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Development Processes
22

3+
More information can be found in the [Contribution
4+
section](https://emscripten.org/docs/contributing/contributing.html) of the
5+
webside.
36

47
## Landing PRs
58

site/source/docs/contributing/contributing.rst

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,35 @@
44
Contributing
55
============
66

7-
Anyone can contribute to Emscripten — if you find it useful and want to help improve the project, follow the suggestions below.
7+
Anyone can contribute to Emscripten — if you find it useful and want to help
8+
improve the project, follow the suggestions below.
89

9-
Feel free to file :ref:`bug reports <bug-reports>`, :ref:`join the discussion <contact>` and share your own ideas with the community!
10+
Feel free to file :ref:`bug reports <bug-reports>`, :ref:`join the discussion
11+
<contact>` and share your own ideas with the community!
1012

1113

1214
Getting started
1315
===============
1416

15-
A good starting point is to work on the `open issues on GitHub <https://github.com/emscripten-core/emscripten/issues?state=open>`_. Many issues can be resolved without an in-depth knowledge of compiler internals, and this is a great way to learn more about the project.
17+
A good starting point is to work on the `open issues on GitHub
18+
<https://github.com/emscripten-core/emscripten/issues?state=open>`_. Many issues
19+
can be resolved without an in-depth knowledge of compiler internals, and this is
20+
a great way to learn more about the project.
1621

17-
.. tip:: We really appreciate your help. Every existing issue closed means more time for the core contributors to work on new features, optimizations and other enhancements.
22+
.. tip:: We really appreciate your help. Every existing issue closed means more
23+
time for the core contributors to work on new features, optimizations and
24+
other enhancements.
1825

19-
In addition to improving the toolchain, you can also :ref:`review and update this documentation <about-this-site-contributing>`.
26+
In addition to improving the toolchain, you can also :ref:`review and update
27+
this documentation <about-this-site-contributing>`.
2028

2129

2230
Next steps
2331
==========
2432

25-
As a new contributor you should read the :ref:`Developer's-Guide`. You may also need to :ref:`install Emscripten from source <installing-from-source>` and become familiar with :ref:`Debugging` and :ref:`Building-Projects`.
26-
27-
Please :ref:`get in touch with the community <contact>` to share your ideas and work out where you can make the most difference.
28-
29-
33+
As a new contributor you should read the :ref:`Developer's-Guide`. You may also
34+
need to :ref:`install Emscripten from source <installing-from-source>` and
35+
become familiar with :ref:`Debugging` and :ref:`Building-Projects`.
3036

37+
Please :ref:`get in touch with the community <contact>` to share your ideas and
38+
work out where you can make the most difference.

site/source/docs/contributing/developers_guide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This article provides information that is relevant to people who want to
88
contribute to Emscripten. We welcome contributions from anyone that is
99
interested in helping out!
1010

11-
.. tip:: The information will be less relevant if you're just using Emscripten, but may still be of interest.
11+
.. tip:: The information will be less relevant if you're just using Emscripten,
12+
but may still be of interest.
1213

1314
.. _developers-guide-setting-up:
1415

0 commit comments

Comments
 (0)