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

chore: Add script descriptions to composer file #2951

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

Levdbas
Copy link
Member

@Levdbas Levdbas commented Mar 14, 2024

Issue

We are getting more and more commands in our composer file. For first time collaborators its must sometimes be hard to find out what all these commands are meant for.

Solution

Use scripts-description

Impact

Better understanding of what tests do.

Usage Changes

No

Considerations

commands are being grouped when running composer list. But the command cs for example is not being shown here because its more at the top of the list.

image

We could even better group commands by prefixing them all. But maybe just adding a description in the composer file for all to read is a perfect start.

@coveralls
Copy link

Coverage Status

coverage: 87.937%. remained the same
when pulling 3acbefb on 2.x-scripts-descriptions
into 6e8b6ab on 2.x.

@nlemoine
Copy link
Member

Good addition, thank you @Levdbas 👍

@Levdbas Levdbas merged commit 5785128 into 2.x Mar 14, 2024
29 checks passed
@Levdbas Levdbas deleted the 2.x-scripts-descriptions branch March 15, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants