You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,14 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
3
3
4
4
## Development process
5
5
6
-
1. Create a branch off of `master`: `git checkout -b YOUR_NAME/branch_name`.
7
-
2. Commit your changes. Make sure to add tests!
8
-
3.`git push` your changes to GitHub.
9
-
4. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
10
-
5. Open a pull request from `YOUR_NAME/branch_name` to `master`.
11
-
6. A repository maintainer will review your pull request and, if all goes well, merge it!
6
+
1. Fork the repository and create your branch from master.
7
+
2. Please follow the [commit message guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines) for each commit message.
8
+
3. Make sure to add tests!
9
+
4.`git push` your changes to GitHub.
10
+
5. Open a PR from your fork into the master branch of the original repo.
11
+
6. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
12
+
7. Open a pull request from `YOUR_NAME/branch_name` to `master`.
13
+
8. A repository maintainer will review your pull request and, if all goes well, squash and merge it!
0 commit comments