diff --git a/README.md b/README.md index 79e8f2d..520c5b0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ __You want some tips to have your pull request merged faster? Jump [here](#tips- 1) You know how to use git, at least you know what is a commit and a branch and a few basic commands. 2) You know which project you want to work on. In this guide, we'll assume that it's an open source project that you don't control and that the repository is hosted on GitHub. For example, it could be [Cython](https://github.com/cython/cython), [the Windows terminal](https://github.com/microsoft/terminal) or [Tensorflow](https://github.com/tensorflow/tensorflow). 3) You know what modifications you want to do. What I mean is you know which files you want to modify and which lines. - +my-feature-branch with a descriptive name for your branch, such as "add-new-feature" or "fix-bug-123". In here, as example, we'll say that your GitHub username is `my_pretty_username` and that you want to make a pull request to this repository: `github.com/gabrieldemarmiesse/getting_started_open_source` You can follow the tutorial and make dummy pull requests to this repository. Think of it as a sandbox, it's made to learn, so no worries if you mess up! (Actually, you can't mess it up, because only I have the write permissions on it.)