mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
@@ -54,7 +54,7 @@
|
||||
<p>So you have decided to contribute code back to upstream by opening a pull request. You've invested a good chunk of time, and we appreciate it. We will do our best to work with you and get the PR looked at.</p>
|
||||
<p>Working on your first Pull Request? You can learn how from this free video series:</p>
|
||||
<p><a href="https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github"><strong>How to Contribute to an Open Source Project on GitHub</strong></a></p>
|
||||
<p>We have a list of <a href="https://github.com/facebook/react-native/labels/Good%20First%20Task">beginner friendly issues</a> to help you get your feet wet in the React Native codebase and familiar with our contribution process. This is a great place to get started.</p>
|
||||
<p>We have a list of <a href="https://github.com/facebook/react-native/labels/Good%20first%20issue">beginner friendly issues</a> to help you get your feet wet in the React Native codebase and familiar with our contribution process. This is a great place to get started.</p>
|
||||
<h3><a class="anchor" aria-hidden="true" name="proposing-a-change"></a><a href="#proposing-a-change" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Proposing a change</h3>
|
||||
<p>If you would like to request a new feature or enhancement but are not yet thinking about opening a pull request, we have a <a href="https://react-native.canny.io/feature-requests">place to track feature requests</a>.</p>
|
||||
<p>If you intend to change the public API, or make any non-trivial changes to the implementation, we recommend <a href="https://github.com/facebook/react-native/issues/new?title=%5BProposal%5D">filing an issue</a> that includes <code>[Proposal]</code> in the title. This lets us reach an agreement on your proposal before you put significant effort into it. These types of issues should be rare. If you have been contributing to the project long enough, you will probably already have access to the <a href="https://www.facebook.com/groups/reactnativeoss/">React Native Core Contributors</a> Facebook Group, where this sort of discussion is usually held.</p>
|
||||
|
||||
Reference in New Issue
Block a user