Replies: 1 comment
-
Contributing to open source projects is a great way to give back to the community and help improve the quality of code for everyone. If you've identified issues with code snippets in an open source project and have suggestions for improvement, it's generally a good practice to contribute those changes, especially if they can make the project more robust, maintainable, and aligned with best practices. Here are some considerations:
Before contributing, here's what you can do:
Ultimately, whether or not to contribute depends on your willingness to invest time and effort in improving the project. If you believe your changes can benefit the project and its users, it's a valuable contribution to make. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm working on an ansible role for hardening Ubuntu 22.04 server with the help of all these ansible code snippets from the SSG reports. I also do check the cod with ansible-lint. When it comes to lint I found many small errors like indents or block/name/when/tags order or FQCN.
I also have 1-2 code snippets where ansible-lint required some deeper changes like moving from code that uses command module with systemctl commands towards systemd module using.
I wonder wether I should contribute those changes because thats how opensource works or if these code snippets are more like a hint for people to find their own solution like I just did.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions