docs: document signed commit requirement - #406
Merged
Merged
Conversation
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates contributor documentation to reflect Grafana Labs’ signed-commit requirement so contributors know why unsigned commits block merging.
Changes:
- Add a “Submit a pull request” section to
CONTRIBUTING.md. - Document the signed-commit requirement (effective 2026-06-22) and link to GitHub documentation for signing/verification.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
martincostello
approved these changes
Jul 16, 2026
Merged
zeitlinger
pushed a commit
that referenced
this pull request
Jul 27, 2026
## 🤖 New release * `flint`: 0.22.9 -> 0.22.10 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.22.10](v0.22.9...v0.22.10) - 2026-07-27 ### Added - add safe dotenv linting ([#436](#436)) - add native Java formatting and regex replacements ([#407](#407)) - add scoped Kubernetes manifest linting ([#437](#437)) - add standalone Checkstyle linting ([#435](#435)) - improve Flint init and setup migrations ([#428](#428)) - define registry and execution contracts ([#427](#427)) ### Fixed - *(renovate)* avoid overlapping mise managers ([#446](#446)) ### Other - *(deps)* update dependency jdx/mise-action to v4.2.2 ([#448](#448)) - make Windows aube installs cacheable ([#447](#447)) - *(deps)* update mise to v2026.7.12 ([#444](#444)) - *(deps)* update linters ([#443](#443)) - move linter reference to dedicated pages ([#440](#440)) - *(deps)* lock file maintenance ([#445](#445)) - *(deps)* update taiki-e/install-action action to v2.85.0 ([#442](#442)) - *(deps)* update taiki-e/install-action action to v2.84.1 ([#441](#441)) - require silent happy paths for checks ([#439](#439)) - *(deps)* update grafana/shared-workflows/lint-pr-title action to v1.2.4 ([#438](#438)) - add Linux musl release artifacts ([#421](#421)) - validate curated mise registry backends ([#429](#429)) - *(deps)* update rust crate tokio to v1.53.1 ([#434](#434)) - *(deps)* update taiki-e/install-action action to v2.84.0 ([#433](#433)) - *(deps)* update rust crate clap to v4.6.3 ([#432](#432)) - *(deps)* update rust crate serde_json to v1.0.151 ([#431](#431)) - record Flint v2 architecture decisions ([#426](#426)) - *(deps)* update taiki-e/install-action action to v2.83.4 ([#423](#423)) - *(deps)* update actions/checkout digest to 3d3c42e ([#422](#422)) - *(deps)* update rust crate regex to v1.13.1 ([#412](#412)) - document semantic PR title guidance ([#420](#420)) - *(deps)* update linters ([#418](#418)) - *(deps)* update dependency mise to v2026.7.7 ([#417](#417)) - *(deps)* lock file maintenance ([#419](#419)) - *(deps)* update taiki-e/install-action action to v2.83.3 ([#415](#415)) - *(deps)* update rust crate tokio to v1.52.4 ([#414](#414)) - *(deps)* update dependency jdx/mise-action to v4.2.1 ([#416](#416)) - *(deps)* update dependency rust to v1.97.1 ([#413](#413)) - *(deps)* update rust crate clap to v4.6.2 ([#411](#411)) - *(deps)* update rust crate globset to v0.4.19 ([#410](#410)) - *(deps)* update rust crate toml_edit to v0.25.13 ([#409](#409)) - *(deps)* update rust crate toml to v1.1.3 ([#408](#408)) - document signed commit requirement ([#406](#406)) - batch rumdl file checks ([#404](#404)) - *(deps)* update taiki-e/install-action action to v2.83.2 ([#405](#405)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the Grafana Labs signed-commit requirement to the contributor documentation.\n\nThis mirrors grafana/docker-otel-lgtm#1599.\n\nDocumentation-only change; no tests are required.