diff --git a/.github/workflows/detect-breaking-changes-report.yml b/.github/workflows/detect-breaking-changes-report.yml index 4fbb077b8a4..fbf0431a2a8 100644 --- a/.github/workflows/detect-breaking-changes-report.yml +++ b/.github/workflows/detect-breaking-changes-report.yml @@ -110,7 +110,7 @@ jobs: ${{ steps.levitate-run.outputs.message }} [Console output](${{ steps.levitate-run.outputs.job_link }}) - [Read our guideline](https://github.com/grafana/grafana/blob/main/contribute/breaking-changes-guide.md) + [Read our guideline](https://github.com/grafana/grafana/blob/main/contribute/breaking-changes-guide/breaking-changes-guide.md) # Remove comment from the PR (no more breaking changes) - name: Remove comment from PR diff --git a/contribute/README.md b/contribute/README.md index 3c0ac98d9ca..fcb74bf4073 100644 --- a/contribute/README.md +++ b/contribute/README.md @@ -8,6 +8,7 @@ This directory contains guides for contributors to the Grafana project. - [Triage issues](triage-issues.md) - [Merge a pull request](merge-pull-request.md) - [Making changes to the CI pipeline](drone-pipeline.md) +- [Breaking changes in frontend APIs](./breaking-changes-guide/breaking-changes-guide.md) The `style-guides` directory contains style guides for the Grafana software project and documentation. diff --git a/contribute/breaking-changes-comment-screenshot.png b/contribute/breaking-changes-guide/breaking-changes-comment-screenshot.png similarity index 100% rename from contribute/breaking-changes-comment-screenshot.png rename to contribute/breaking-changes-guide/breaking-changes-comment-screenshot.png diff --git a/contribute/breaking-changes-console-screenshot-1.png b/contribute/breaking-changes-guide/breaking-changes-console-screenshot-1.png similarity index 100% rename from contribute/breaking-changes-console-screenshot-1.png rename to contribute/breaking-changes-guide/breaking-changes-console-screenshot-1.png diff --git a/contribute/breaking-changes-console-screenshot-2.png b/contribute/breaking-changes-guide/breaking-changes-console-screenshot-2.png similarity index 100% rename from contribute/breaking-changes-console-screenshot-2.png rename to contribute/breaking-changes-guide/breaking-changes-console-screenshot-2.png diff --git a/contribute/breaking-changes-console-screenshot-3.png b/contribute/breaking-changes-guide/breaking-changes-console-screenshot-3.png similarity index 100% rename from contribute/breaking-changes-console-screenshot-3.png rename to contribute/breaking-changes-guide/breaking-changes-console-screenshot-3.png diff --git a/contribute/breaking-changes-guide.md b/contribute/breaking-changes-guide/breaking-changes-guide.md similarity index 100% rename from contribute/breaking-changes-guide.md rename to contribute/breaking-changes-guide/breaking-changes-guide.md diff --git a/contribute/breaking-changes-workflow.png b/contribute/breaking-changes-guide/breaking-changes-workflow.png similarity index 100% rename from contribute/breaking-changes-workflow.png rename to contribute/breaking-changes-guide/breaking-changes-workflow.png