From 8c3c94fc24d02453df7013cd1542e597d7d766b1 Mon Sep 17 00:00:00 2001 From: simu Date: Thu, 11 Jan 2024 14:53:36 +0000 Subject: [PATCH 1/2] Update from template Template version: main (7803d07) --- .cruft.json | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- README.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.cruft.json b/.cruft.json index ce74ffc5..bde735e6 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "6559a10aa1b226aa978e2ce593e115c3db984a6c", + "commit": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90", "checkout": "main", "context": { "cookiecutter": { diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e2119f0c..b8eaf6a0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ ## Checklist -- [ ] The PR has a meaningful title. It will be used to auto generate the +- [ ] The PR has a meaningful title. It will be used to auto-generate the changelog. The PR has a meaningful description that sums up the change. It will be linked in the changelog. @@ -21,6 +21,6 @@ review the checklist. Contributors guide: ./CONTRIBUTING.md Remove items that do not apply. For completed items, change [ ] to [x]. -These things are not required to open a PR and can be done afterwards, +These things are not required to open a PR and can be done afterwards while the PR is open. --> diff --git a/README.md b/README.md index 68ff34af..e8b2b1bd 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ This is a [Commodore][commodore] Component for Rook Ceph. This repository is part of Project Syn. -For documentation on Project Syn and this component, see https://syn.tools. +For documentation on Project Syn and this component, see [syn.tools](https://syn.tools). ## Documentation The rendered documentation for this component is available on the [Commodore Components Hub](https://hub.syn.tools/rook-ceph). Documentation for this component is written using [Asciidoc][asciidoc] and [Antora][antora]. -It is located in the [docs/](docs) folder. -The [Divio documentation structure](https://documentation.divio.com/) is used to organize its content. +It can be found in the [`docs`](docs) folder. +We use the [Divio documentation structure](https://documentation.divio.com/) to organize our documentation. Run the `make docs-serve` command in the root of the project, and then browse to http://localhost:2020 to see a preview of the current state of the documentation. @@ -20,7 +20,7 @@ After writing the documentation, please use the `make docs-vale` command and cor ## Contributing and license This library is licensed under [BSD-3-Clause](LICENSE). -For information about how to contribute see [CONTRIBUTING](CONTRIBUTING.md). +For information about how to contribute, see [CONTRIBUTING](CONTRIBUTING.md). [commodore]: https://syn.tools/commodore/ [asciidoc]: https://asciidoctor.org/ From f72ba9a932ee5d6158399fe0c3c7cfc91c46ad69 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Thu, 11 Jan 2024 15:56:43 +0100 Subject: [PATCH 2/2] Patch renovate.json by hand --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 7906ec32..09096093 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,7 @@ "labels": [ "dependency" ], + "separateMinorPatch": true, "packageRules": [ { "matchPackageNames": ["rook-ceph", "docker.io/rook/ceph"],