From 0e15e611bff628f96976ae2640d312e4960e92ab Mon Sep 17 00:00:00 2001 From: Krushi Date: Wed, 7 Jan 2026 21:11:47 +0530 Subject: [PATCH 1/2] Add System Verilog style guide link in coding standards prompt --- prompts/write-coding-standards-from-file.prompt.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/prompts/write-coding-standards-from-file.prompt.md b/prompts/write-coding-standards-from-file.prompt.md index 041f5e5e3..f5d115de1 100644 --- a/prompts/write-coding-standards-from-file.prompt.md +++ b/prompts/write-coding-standards-from-file.prompt.md @@ -10,7 +10,7 @@ Use the existing syntax of the file(s) to establish the standards and style guid ## Rules and Configuration -Below is a set of quasi-configuration `boolean` and `string[]` variables. Conditions for handling `true`, or other values for each variable are under the level two heading `## Variable and Parameter Configuration Conditions`. +Below is a set of quasi-configuration `boolean` and `string[]` variables. Conditions for handling `true`, or other values for each variable are under the level two heading `## Variable and Parameter Configuration Conditions`. Parameters for the prompt have a text definition. There is one required parameter **`${fileName}`**, and several optional parameters **`${folderName}`**, **`${instructions}`**, and any **`[configVariableAsParameter]`**. @@ -169,6 +169,7 @@ Depending on the programming language, for each link in list below, run `#fetch - [Angular Style Guide](https://angular.dev/style-guide) - [Vue Style Guide](https://vuejs.org/style-guide/rules-strongly-recommended.html) - [Django Style Guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/) +- [system Verilog Style Guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md) ## Coding Standards Templates @@ -222,7 +223,7 @@ Depending on the programming language, for each link in list below, run `#fetch # Style Guide - This document defines the style and conventions used in this project. + This document defines the style and conventions used in this project. All contributions should follow these rules unless otherwise noted. ## 1. General Code Style @@ -310,7 +311,7 @@ Depending on the programming language, for each link in list below, run `#fetch ## 8. Changes to This Guide - Style evolves. + Style evolves. Propose improvements by opening an issue or sending a patch updating this document. ``` -``` \ No newline at end of file +``` From 9e0ce96658d5ac81411d32f85dc2140c2701c185 Mon Sep 17 00:00:00 2001 From: krushideep Date: Sat, 10 Jan 2026 08:11:05 +0530 Subject: [PATCH 2/2] Update write-coding-standards-from-file.prompt.md Updates (system Verilog) to SystemVerilog to address comment on the PR --- prompts/write-coding-standards-from-file.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/write-coding-standards-from-file.prompt.md b/prompts/write-coding-standards-from-file.prompt.md index f5d115de1..c26d8e59f 100644 --- a/prompts/write-coding-standards-from-file.prompt.md +++ b/prompts/write-coding-standards-from-file.prompt.md @@ -169,7 +169,7 @@ Depending on the programming language, for each link in list below, run `#fetch - [Angular Style Guide](https://angular.dev/style-guide) - [Vue Style Guide](https://vuejs.org/style-guide/rules-strongly-recommended.html) - [Django Style Guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/) -- [system Verilog Style Guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md) +- [SystemVerilog Style Guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md) ## Coding Standards Templates