We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why not combine committees with the same text? For example instead of:
- chrore: add some tests (aaa) - chrore: add some tests (bbb) - chrore: add some tests (ccc)
we would get it:
- chrore: add some tests (aaa), (bbb), (ccc)
This combination made the story much more compact and easier to read
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why not combine committees with the same text? For example instead of:
we would get it:
This combination made the story much more compact and easier to read
The text was updated successfully, but these errors were encountered: