Skip to content

Commit aef9d22

Browse files
author
Mike Ng
committed
chore: Add notes about forking the repo.
1 parent bc8b59d commit aef9d22

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
44

55
## Development process
66

7-
1. Create a branch off of `master`: `git checkout -b YOUR_NAME/branch_name`.
8-
2. Commit your changes. We follow the [commit message guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines) from Angular.
7+
1. Fork the repository and create your branch from master.
8+
2. Please follow the [commit message guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines) for each commit message.
99
3. Make sure to add tests!
1010
4. Run `npm run lint` to ensure there are no lint errors.
1111
5. `git push` your changes to GitHub.
12-
6. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
13-
7. Open a pull request from `YOUR_NAME/branch_name` to `master`.
14-
8. A repository maintainer will review your pull request and, if all goes well, squash and merge it!
12+
6. Open a PR from your fork into the master branch of the original repo
13+
7. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
14+
8. Open a pull request from `YOUR_NAME/branch_name` to `master`.
15+
9. A repository maintainer will review your pull request and, if all goes well, squash and merge it!
1516

1617
## Pull request acceptance criteria
1718

0 commit comments

Comments
 (0)