Skip to content

Commit 1b47063

Browse files
authored
Merge pull request #13 from Code-and-Sorts/fix-linting-failures
Fix linting errors
2 parents b96eb39 + c9b5069 commit 1b47063

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Instructions provides Copilot with repository-specific context, such as coding s
5353

5454
#### Templates
5555

56-
- [Standard Language Template](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/boilerplate-and-templates/standard-language.instructions.md) - Standard language template to build instruction files.
56+
- [General Language](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/boilerplate-and-templates/standard-language.instructions.md) - General language template to build instruction files.
5757

5858
#### Boilerplate
5959

@@ -107,7 +107,7 @@ Instructions provides Copilot with repository-specific context, such as coding s
107107

108108
#### TypeScript
109109

110-
- [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/languages/typescript/typescript.instructions.md) - Typescript development for web and Node.js applications.
110+
- [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/languages/typescript/typescript.instructions.md) - TypeScript development for web and Node.js applications.
111111

112112
### Framework / Library
113113

@@ -117,7 +117,7 @@ Instructions provides Copilot with repository-specific context, such as coding s
117117

118118
#### Node.js (TypeScript)
119119

120-
- [Azure Function App](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/frameworks/nodejs-typescript/azure-function-app.instructions.md) - Azure Function Apps using Typescript Node.js.
120+
- [Azure Function App](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/frameworks/nodejs-typescript/azure-function-app.instructions.md) - Azure Function Apps using TypeScript Node.js.
121121
- [Express API](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/frameworks/nodejs-typescript/express-api.instructions.md) - REST API development with Express.js and TypeScript Node.js.
122122

123123
### Tools
@@ -132,7 +132,7 @@ Instructions provides Copilot with repository-specific context, such as coding s
132132

133133
##### Terraform
134134

135-
- [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/tools/infra-as-code/terraform/terraform.instructions.md) - Standard terraform instructions.
135+
- [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/tools/infra-as-code/terraform/terraform.instructions.md) - Standard Terraform instructions.
136136
- [Atmos](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/tools/infra-as-code/terraform/atmos-terraform.instructions.md) - Terraform workflow orchestration with Atmos framework.
137137

138138
### Workflows
@@ -143,7 +143,7 @@ A comprehensive workflow for AI-assisted development featuring structured approa
143143

144144
- [PRD Creation](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/workflows/ai-development-instructions/prd-creation.instructions.md) - Create detailed Product Requirements Documents.
145145
- [Task Generation](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/workflows/ai-development-instructions/task-generation.instructions.md) - Break PRDs into actionable development tasks.
146-
- [Task Execution](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/workflows/ai-development-instructions/task-execution.instructions.md) - Systematic task execution with proper testing and git practices.
146+
- [Task Execution](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/instructions/workflows/ai-development-instructions/task-execution.instructions.md) - Systematic task execution with proper testing and Git practices.
147147

148148
## Prompts
149149

@@ -155,7 +155,7 @@ A comprehensive workflow for AI-assisted development featuring structured approa
155155

156156
- [PRD Creation Prompt](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/prompts/ai-development-tasks/prd-creation.prompt.md) - Create detailed Product Requirements Documents using prompt tasks.
157157
- [Task Generation Prompt](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/prompts/ai-development-tasks/task-generation.prompt.md) - Break PRDs into actionable development tasks using prompt tasks.
158-
- [Task Execution Prompt](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/prompts/ai-development-tasks/task-execution.prompt.md) - Systematic task execution with proper testing and git practices using prompt tasks.
158+
- [Task Execution Prompt](https://github.com/Code-and-Sorts/awesome-copilot-instructions/tree/main/prompts/ai-development-tasks/task-execution.prompt.md) - Systematic task execution with proper testing and Git practices using prompt tasks.
159159

160160
## Chatmodes
161161

0 commit comments

Comments
 (0)