Rename Edit on GitHub to View on GitHub

This commit is contained in:
Héctor Ramos
2016-08-01 14:30:27 -07:00
parent b44d617999
commit 0acbc2f4b9
3 changed files with 2 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ Thanks for submitting a pull request! Please provide enough information so that
> **Unless you are a React Native release maintainer and cherry-picking an *existing* commit into a current release, ensure your pull request is targeting the `master` React Native branch.**
(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.

View File

@@ -21,7 +21,7 @@ The core team will be monitoring for pull requests. When we get one, we'll run s
1. Fork the repo and create your branch from `master`.
2. **Describe your test plan in your commit.** If you've added code that should be tested, add tests!
3. If you've changed APIs, update the documentation.
4. If you've updated the docs, verify the website locally and submit screenshots if applicable
4. If you've updated the docs, verify the website locally and submit screenshots if applicable.
```
$ cd website

View File

@@ -41,7 +41,7 @@ var HeaderWithGithub = React.createClass({
<a
target="_blank"
href={getVersionedGithubPath(this.props.path, this.context.version)}>
Edit on GitHub
View on GitHub
</a>
</td>
</tr>