Summary: This moves the Template files to the .github folder. This helps clear up the extra files in the root of the directory. This is my first PR 😄 and I plan to contribute more to this awesome project. Closes https://github.com/facebook/react-native/pull/7854 Differential Revision: D3424679 fbshipit-source-id: 2baca0bb4182eb6d803836e10a5434d980e7d0c3
1.0 KiB
Thanks for submitting a pull request! Please provide enough information so that others can review your pull request:
(You can skip this if you're fixing a typo or adding an app to the Showcase.)
Explain the motivation for making this change. What existing problem does the pull request solve?
Prefer small pull requests. These are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it.
Test plan (required)
Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
Make sure tests pass on both Travis and Circle CI.
Code formatting
Look around. Match the style of the rest of the codebase. See also the simple style guide.
For more info, see the "Pull Requests" section of our "Contributing" guidelines.