Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with poem that better illustrates response #4

Merged
merged 1 commit into from
Aug 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

A Github action to turn commits and other comments into poetry

A PR title of **_Fix null handling, covered by integration tests_** would yield something similar to:
A PR title of **_Fix silly typo in readme_** would yield something similar to:

> In code that handles null,<br/>
> A test covers it all,<br/>
> Null handled, no need to fret,</br>
> Integration tested, a solid stand.</br>
> In reads that end with a whim,<br/>
> A typo fixed, a happy sight,<br/>
> Corrections made, a happy land,<br/>
> Words' embrace in a happy space.<br/>

## Test it out

Expand Down