Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.91 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.91 KB

Contributing to the Lacework Inline Scanner GitHub Action

Table Of Contents

How to contribute

There are 3 ways that community members can help contribute to the Lacework CLI. Reporting any issues you may find either in functionality of the CLI or documentation. Or if you believe some functionality should exist within the Lacework CLI you can make a feature request. Finally, if you've gone one step further and made the changes to submit for a pull request.

Reporting Bugs

Ensure the issue you are raising has not already been created under issues.

If no current issue addresses the problem, open a new issue. Include as much relevant information as possible. See the bug template for help on creating a new issue.

Feature Requests

If you wish to submit a request to add new functionality or an improvement to the lw-scanner-action then use the the feature request template to open a new issue

Pull Requests

When submitting a pull request follow the commit message standard. Reduce the likelihood of pushing breaking changes by running the lw-scanner-action unit and integration tests, see development documentation.

Thanks,

Project Maintainers