diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 87bb894..19fad63 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -18,8 +18,8 @@ code it is generated from. | `.devcontainer/` | Development Container Configuration | | `.github/` | GitHub Configuration | | `.licenses/` | License Information | -| `.vscode/` | VSCode Configuration | -| `badges/` | Badges for README | +| `.vscode/` | Visual Studio Code Configuration | +| `badges/` | Badges for readme | | `dist/` | Generated JavaScript Code | | `src/` | JavaScript Source Code | | `.env.example` | Environment Variables Example for `@github/local-action` | diff --git a/.github/prompts/create-release-notes.prompt.md b/.github/prompts/create-release-notes.prompt.md index b346720..c7b0fbd 100644 --- a/.github/prompts/create-release-notes.prompt.md +++ b/.github/prompts/create-release-notes.prompt.md @@ -16,7 +16,7 @@ Ensure you adhere to the following guidelines when creating release notes: - Use a clear and consistent format for the release notes - Include a summary of the changes made in the release -- Highlight any new features, improvements, or bug fixes +- Highlight any new features, improvements, or bugfixes - If applicable, include instructions for upgrading or migrating to the new version - Use technical language that is appropriate for the audience, but avoid jargon @@ -37,4 +37,4 @@ nature of the changes, please make sure to adjust the release notes accordingly: - For **major** changes, include a detailed description of the breaking changes and how users can adapt to them - For **minor** changes, highlight new features and improvements -- For **patch** changes, focus on bug fixes and minor improvements +- For **patch** changes, focus on bugfixes and minor improvements diff --git a/.vscode/mcp.json b/.vscode/mcp.json index 2d34de4..7d7a7c0 100644 --- a/.vscode/mcp.json +++ b/.vscode/mcp.json @@ -1,9 +1,9 @@ { - "servers": { - "github": { - "url": "https://api.githubcopilot.com/mcp/", - "type": "http" - } - }, - "inputs": [] -} \ No newline at end of file + "servers": { + "github": { + "url": "https://api.githubcopilot.com/mcp/", + "type": "http" + } + }, + "inputs": [] +}