Skip to content

Commit 2d6f966

Browse files
authored
Merge pull request #3 from mapzen/pr-from-fork-1
Add how to make pull request from a fork
2 parents 3c92029 + 483d304 commit 2d6f966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorial-learn-github-pages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,15 @@ On your own, here are some of the tasks you can do to continue enhancing your si
206206
2. Customize the site configuration in `_config.yml`.
207207
3. Experiment with other themes, including the automatic site generation tools under the repository settings.
208208
4. Make a local copy of the repository and learn how to use the command-line interface to modify the files.
209+
5. Improve the original repository by [making a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) from enhancements in your fork.
209210

210211
_Tip: If you want to remove your GitHub Pages site or delete the repository, open the repository settings._
211212

212213
### Contribute to other open-source projects
213214

214215
Now that you are familiar with using GitHub, you can use this same workflow to collaborate on the many open-source projects that are hosted there.
215216

216-
Documentation can be an easy way to get started contributing to a project. For example, if you find a typographic error on a documentation page, you can fork the repository and suggest a fix. In fact, if you click the `Edit this file` button on the file you want to change, GitHub automatically creates a fork for you and opens a pull request on the original project.
217+
Documentation can be an easy way to get started contributing to a project. For example, if you find a typographic error on a documentation page, you can fork the repository and suggest a fix. In fact, if you click the `Edit this file` button on the file you want to change, GitHub automatically creates a fork for you and opens a pull request on the original project.
217218

218219
If you find a bug or have suggestions for a project but are unable or do not want to fix them yourself, report an _issue_ in the repository to notify the contributors. You can also use the issues list to find known problems that you may be able to assist with, which are sometimes tagged with `help wanted`.
219220

0 commit comments

Comments
 (0)