Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 91 additions & 91 deletions contributing/how-to-contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3>Your First Pull Request</h3>

<p><strong><a href="https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github">How to Contribute to an Open Source Project on GitHub</a></strong></p>

<p>To help you get your feet wet and get you familiar with our contribution process, we have a list of <strong><a href="https://github.com/facebook/react/labels/good%20first%20bug">good first bugs</a></strong> that contain bugs which are fairly easy to fix. This is a great place to get started.</p>
<p>To help you get your feet wet and get you familiar with our contribution process, we have a list of <strong><a href="https://github.com/facebook/react/labels/Difficulty%3A%20beginner">beginner friendly bugs</a></strong> that contain bugs which are fairly easy to fix. This is a great place to get started.</p>

<p>If you decide to fix an issue, please be sure to check the comment thread in case somebody is already working on a fix. If nobody is working on it at the moment, please leave a comment stating that you intend to work on it so other people don&#39;t accidentally duplicate your effort.</p>

Expand Down Expand Up @@ -238,257 +238,257 @@ <h3>What Next?</h3>


<div class="docs-prevnext">


<a class="docs-next" href="/react/contributing/codebase-overview.html">Next &rarr;</a>

</div>
</div>

<div class="nav-docs">
<!-- Docs Nav -->

<div class="nav-docs-section">
<h3>Quick Start</h3>
<ul>

<li>
<a href="/react/docs/installation.html">Installation</a>

</li>

<li>
<a href="/react/docs/hello-world.html">Hello World</a>

</li>

<li>
<a href="/react/docs/introducing-jsx.html">Introducing JSX</a>

</li>

<li>
<a href="/react/docs/rendering-elements.html">Rendering Elements</a>

</li>

<li>
<a href="/react/docs/components-and-props.html">Components and Props</a>

</li>

<li>
<a href="/react/docs/state-and-lifecycle.html">State and Lifecycle</a>

</li>

<li>
<a href="/react/docs/handling-events.html">Handling Events</a>

</li>

<li>
<a href="/react/docs/conditional-rendering.html">Conditional Rendering</a>

</li>

<li>
<a href="/react/docs/lists-and-keys.html">Lists and Keys</a>

</li>

<li>
<a href="/react/docs/forms.html">Forms</a>

</li>

<li>
<a href="/react/docs/lifting-state-up.html">Lifting State Up</a>

</li>

<li>
<a href="/react/docs/composition-vs-inheritance.html">Composition vs Inheritance</a>

</li>

<li>
<a href="/react/docs/thinking-in-react.html">Thinking In React</a>

</li>

</ul>
</div>

<div class="nav-docs-section">
<h3>Advanced Guides</h3>
<ul>

<li>
<a href="/react/docs/jsx-in-depth.html">JSX In Depth</a>

</li>

<li>
<a href="/react/docs/typechecking-with-proptypes.html">Typechecking With PropTypes</a>

</li>

<li>
<a href="/react/docs/refs-and-the-dom.html">Refs and the DOM</a>

</li>

<li>
<a href="/react/docs/uncontrolled-components.html">Uncontrolled Components</a>

</li>

<li>
<a href="/react/docs/optimizing-performance.html">Optimizing Performance</a>

</li>

<li>
<a href="/react/docs/react-without-es6.html">React Without ES6</a>

</li>

<li>
<a href="/react/docs/react-without-jsx.html">React Without JSX</a>

</li>

<li>
<a href="/react/docs/reconciliation.html">Reconciliation</a>

</li>

<li>
<a href="/react/docs/context.html">Context</a>

</li>

<li>
<a href="/react/docs/web-components.html">Web Components</a>

</li>

<li>
<a href="/react/docs/higher-order-components.html">Higher-Order Components</a>

</li>

</ul>
</div>

<div class="nav-docs-section">
<h3>Reference</h3>
<ul>

<li>
<a href="/react/docs/react-api.html">React</a>

<ul>

<li>
<a href="/react/docs/react-component.html">React.Component</a>
</li>

</ul>

</li>

<li>
<a href="/react/docs/react-dom.html">ReactDOM</a>

</li>

<li>
<a href="/react/docs/react-dom-server.html">ReactDOMServer</a>

</li>

<li>
<a href="/react/docs/dom-elements.html">DOM Elements</a>

</li>

<li>
<a href="/react/docs/events.html">SyntheticEvent</a>

</li>

<li>
<a href="/react/docs/addons.html">Add-Ons</a>

<ul>

<li>
<a href="/react/docs/perf.html">Performance Tools</a>
</li>

<li>
<a href="/react/docs/test-utils.html">Test Utilities</a>
</li>

<li>
<a href="/react/docs/animation.html">Animation</a>
</li>

<li>
<a href="/react/docs/create-fragment.html">Keyed Fragments</a>
</li>

<li>
<a href="/react/docs/update.html">Immutability Helpers</a>
</li>

<li>
<a href="/react/docs/pure-render-mixin.html">PureRenderMixin</a>
</li>

<li>
<a href="/react/docs/shallow-compare.html">Shallow Compare</a>
</li>

<li>
<a href="/react/docs/two-way-binding-helpers.html">Two-way Binding Helpers</a>
</li>

</ul>

</li>

</ul>
</div>


<!-- Contributing Nav -->

<div class="nav-docs-section">
<h3>Contributing</h3>
<ul>

<li>
<a href="/react/contributing/how-to-contribute.html" class="active">How to Contribute</a>
</li>

<li>
<a href="/react/contributing/codebase-overview.html">Codebase Overview</a>
</li>

<li>
<a href="/react/contributing/implementation-notes.html">Implementation Notes</a>
</li>

<li>
<a href="/react/contributing/design-principles.html">Design Principles</a>
</li>

</ul>
</div>


</div>

Expand Down