Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.11 KB

SPIKE

Welcome

Thank you for your interest in contributing to SPIKE 🤘.

We appreciate any help, be it in the form of code, documentation, design, or even bug reports and feature requests.

When contributing to this repository, please first discuss the change you wish to make via an issue, email, or any other method before making a change. This way, we can avoid misunderstandings and wasted effort.

One great way to initiate such discussions is asking a question SPIFFE Slack Community.

Please note that we have a code of conduct. We expect all contributors to adhere to it in all interactions with the project.

Also make sure you read, understand and accept The Developer Certificate of Origin Contribution Guide as it is a requirement to contribute to this project and contains more details about the contribution process.

How To Run Tests

Before merging your changes, make sure all tests pass.

Turn test the SDK locally, run go test ./... on the project root.