Skip to content

Commit

Permalink
docs(README.md): Add GitHub issue-reference commit style
Browse files Browse the repository at this point in the history
- Add GitHub issue-reference commit style section
  * Includes example of issue-reference commit message
- Renumber sections to accommodate new section
  • Loading branch information
sidedwards committed Oct 27, 2024
1 parent d4830cf commit 99954a2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,15 @@ The tool supports multiple commit message formats:
Signed-off-by: John Doe <john@example.com>
```

5. **Custom Styles**
5. **GitHub Issue-reference** - [specification](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
```
[#123]: implement OAuth2 authentication
- Add login endpoints
- Set up token management
```

6. **Custom Styles**
```bash
# Learn from repository history
auto-commit --learn
Expand Down

0 comments on commit 99954a2

Please sign in to comment.