-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Request] Makefile should have short summaries for targets #634
Comments
Do you only need this for oci-buildx and operator-sdk or all targets? Also I couldn't see a operator-sdk target, am I looking wrong |
Sounds good, @tthvo ! I would like to help with this sometime today. |
Thanks!! Appreciate that! |
@tthvo is it expected of me to write new summaries for targets that don't have them? |
That would be awesome! But pls let me know if you need help. |
Let me know if it needs adjusting, since I'm new to this. |
Describe the feature
This would be helpful to contributors to not have to check the Makefile:
Anything other information?
Operator-sdk scaffold sets this up so we can sync with them.
https://github.com/operator-framework/operator-sdk/blob/e67da35ef4fff3e471a208904b2a142b27ae32b1/testdata/go/v3/memcached-operator/Makefile#L86
Each target needs trailing comments on target definition line, for example:
https://github.com/operator-framework/operator-sdk/blob/e67da35ef4fff3e471a208904b2a142b27ae32b1/testdata/go/v3/memcached-operator/Makefile#L93
The text was updated successfully, but these errors were encountered: