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
+7-6
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
5
5
## Development process
6
6
7
7
1. Create a branch off of `master`: `git checkout -b YOUR_NAME/branch_name`.
8
-
2. Commit your changes. Make sure to add tests!
9
-
3. Run `./gradlew clean check` to automatically catch potential bugs.
10
-
4.`git push` your changes to GitHub.
11
-
5. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
12
-
6. Open a pull request from `YOUR_NAME/branch_name` to `master`.
13
-
7. A repository maintainer will review your pull request and, if all goes well, squash and merge it!
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.
9
+
3. Make sure to add tests!
10
+
4. Run `./gradlew clean check` to automatically catch potential bugs.
11
+
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!
0 commit comments