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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# How to contribute
2
2
3
+
This document will eventually outline all aspects of guidance to make your contributing experience a fruitful and enjoyable one.
4
+
What it already contains is information about _commit message formatting_ and how that directly affects the numerous automated processes that are used for this repo.
5
+
3
6
<table><tr><th>Table of Contents</th></tr><tr><td>
4
7
<!-- toc -->
5
8
<!-- tocstop -->
@@ -9,7 +12,7 @@
9
12
10
13
### Automation of multiple processes
11
14
12
-
This repo uses [`semantic-release`](https://github.com/semantic-release/semantic-release) for automating numerous processes such as bumping the version number appropriately, creating new tags/releases and updating the changelog.
15
+
This formula uses [`semantic-release`](https://github.com/semantic-release/semantic-release) for automating numerous processes such as bumping the version number appropriately, creating new tags/releases and updating the changelog.
13
16
The entire process relies on the structure of commit messages to determine the version bump, which is then used for the rest of the automation.
14
17
15
18
Full details are available in the upstream docs regarding the [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines).
@@ -34,7 +37,7 @@ So based on the example above:
34
37
35
38
### Linting commit messages in Travis CI
36
39
37
-
This repo uses [`commitlint`](https://github.com/conventional-changelog/commitlint) for checking commit messages during CI testing.
40
+
This formula uses [`commitlint`](https://github.com/conventional-changelog/commitlint) for checking commit messages during CI testing.
38
41
This ensures that they are in accordance with the `semantic-release` settings.
39
42
40
43
For more details about the default settings, refer back to the `commitlint`[reference rules](https://conventional-changelog.github.io/commitlint/#/reference-rules).
0 commit comments