Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.01 KB

Contributing Guidelines

Raising Issues

Please use the GitHub issues tab to create a new issue.

This terraform provider is limited by the functionality provided by Antimetal. It may be the case that your feature request is not supported by Antimetal. For such requests, please reach out to [email protected].

Opening Pull Requests

Pull requests are welcome for this project, please try to link the pull request to an issue or create an issue first before opening the pull request it relates to.

Please refer to the Developing guide in the README to get started.

License Headers

We require that this project's source code contain a SPDX-License-Identifier placing it under this project's license.

Run:

make generate

to auto-generate the license headers for source code files.