Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 2.86 KB

File metadata and controls

69 lines (50 loc) · 2.86 KB

Contributing

When contributing to a repository in the Sigstore organization, please first discuss the change you wish to make via an issue in the repository.

Pull Request Process

  1. Create an issue in the repository outlining the fix or feature.
  2. Fork the repository to your own GitHub account and clone it locally.
  3. Complete and test the change.
  4. If relevant, update documentation with details of the change. This includes updates to an API, new environment variables, exposed ports, useful file locations, CLI parameters and new or changed configuration values.
  5. Correctly format your commit message - See Commit Messages below.
  6. Sign off your commit.
  7. Ensure that CI passes. If it fails, fix the failures.
  8. Every pull request requires a review from the Sigstore subprojects MAINTAINERS.

Commit Message Guidelines

We follow the commit formatting recommendations found on Chris Beams' How to Write a Git Commit Message article.

Well formed commit messages not only help reviewers understand the nature of the Pull Request, but also assists the release process where commit messages are used to generate release notes.

A good example of a commit message would be as follows:

Summarise changes in around 50 characters or less

More detailed explanatory text, if necessary. Wrap it to about 72
characters or so. In some contexts, the first line is treated as the
subject of the commit and the rest of the text as the body. The
blank line separating the summary from the body is critical (unless
you omit the body entirely); various tools like `log`, `shortlog`
and `rebase` can get confused if you run the two together.

Explain the problem that this commit is solving. Focus on why you
are making this change as opposed to how (the code explains that).
Are there side effects or other unintuitive consequences of this
change? Here's the place to explain them.

Further paragraphs come after blank lines.

 - Bullet points are okay, too

 - Typically a hyphen or asterisk is used for the bullet, preceded
   by a single space, with blank lines in between, but conventions
   vary here

If you use an issue tracker, put references to them at the bottom,
like this:

Resolves: #123
See also: #456, #789

Note the Resolves #123 tag, this references the issue raised and allows us to ensure issues are associated and closed when a pull request is merged.

Please refer to the github help page on message types for a complete list of issue references.

Code of Conduct

Sigstore adheres to and enforces the Contributor Covenant Code of Conduct. Please take a moment to read the CODE_OF_CONDUCT.md document.