Skip to content

Commit 28e6126

Browse files
authored
docs: point to regex and tools for conventional commits (#12877)
This was done in response to discussion on #fil-lotus-dev.
1 parent 6124799 commit 28e6126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ This means the PR title should be in the form of `<type>(<scope>): <description>
4747

4848
Note that this is enforced with https://github.com/filecoin-project/lotus/blob/master/.github/workflows/pr-title-check.yml
4949

50+
If it is unclear why one's title is getting flagged, it the regex defined in [pr-title-check.yml](https://github.com/filecoin-project/lotus/blob/master/.github/workflows/pr-title-check.yml#L28) can be plugged into a debugger like [regex101.com](https://regex101.com/r/kUrU3F/2).
51+
5052
## CHANGELOG Management
5153

5254
To expedite the release process, the CHANGELOG is built-up incrementally.

0 commit comments

Comments
 (0)