Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.6 KB

File metadata and controls

45 lines (32 loc) · 1.6 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.

Audit and Test Your Code Before You Submit

Before submitting a pull request, run the following commands and make sure that there are no issues:

Before Submitting a Pull Request

  • make build: Ensure that the code builds first.
  • make test: Run the tests.
  • make audit: Run security audits and linters.
  • make start: Start SPIKE components and run smoke tests. Ensure you see the following output to confirm all components pass:
    > Everything is set up.
    > You can now experiment with SPIKE.
    Press Ctrl+C to stop the components after verification.

If all of the above pass, you're ready to submit a pull request.