From 4207cf484289943874b9dd5145aec9f1acef47a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:28:11 +0000 Subject: [PATCH] chore: update Copilot collections to v0.7.0 --- .copilot-collections.yaml | 2 +- .github/instructions/documentation.instructions.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copilot-collections.yaml b/.copilot-collections.yaml index 72f0e961f6..97a4a86c55 100644 --- a/.copilot-collections.yaml +++ b/.copilot-collections.yaml @@ -3,7 +3,7 @@ copilot: # The version of the toolkit to use (matches a Release Tag in this repo) - version: "v0.5.0" + version: "v0.7.0" # The collections you want to install collections: - charm-python diff --git a/.github/instructions/documentation.instructions.md b/.github/instructions/documentation.instructions.md index 6da54a76c3..bf8a9b01db 100644 --- a/.github/instructions/documentation.instructions.md +++ b/.github/instructions/documentation.instructions.md @@ -30,7 +30,7 @@ The top-level `docs` directory should contain an overview or home page called `i The rest of the documentation follows the Diataxis framework consisting of four categories of documentation: -1. **Tutorials**: A practice lesson that walks a user through a learning experience. Tutorials should be placed in the `docs/tutorial` directory, but sometimes they're placed in the top-level `docs` direcotry. +1. **Tutorials**: A practice lesson that walks a user through a learning experience. Tutorials should be placed in the `docs/tutorial` directory, but sometimes they're placed in the top-level `docs` directory. 2. **How-to guides**: Addresses real-world goals or problems by providing practical directions. How-to guides should be placed in the `docs/how-to` directory. 3. **Reference**: Contains technical descriptions of theoretical knowledge. Reference documents should be placed in the `docs/reference` directory. 4. **Explanation**: Provides context and background on topics for the user to understand the bigger picture. Explanation documents should be placed in the `docs/explanation` directory. @@ -58,7 +58,7 @@ The tutorial should contain the following pieces: provide information on the supported architecture(s) like AMD64 or ARM64. Also include additional information if the tutorial will require significant resources (CPU, RAM, or disk space). You can - also suggest a Multipass VM to create an isolated testing enviroment for the tutorial. + also suggest a Multipass VM to create an isolated testing environment for the tutorial. - **Set up tutorial model**. The tutorial should begin at this point. Have the user create Juju model with a predetermined name so that you can reference the model name throughout the tutorial.