Create copilot-instructions.md for the Copilot agent to automatically apply instructions. Remove instructions for missing specific/ folder. Add code comment instructions for better commenting patterns and naming conventions. Co-authored-by: Angelo Cordon <angelo.cordon@hashicorp.com>
906 B
Instructions
Generic
The generic folder contains instructions that can simply be copied into your teams repo for reuse. They are generic problem solving rules.
-
code_comments.instructions.md Guidelines for writing effective code comments - explains when to comment and when to write self-documenting code instead
-
golang_tests.instructions.md Best practices for writing tests in Golang
-
ember_general.instructions.md General guidelines for HashiCorp Ember.js UI applications
-
ember_hbs.instructions.md Guidelines for Handlebars templates in Ember applications
-
ember_js.instructions.md Guidelines for JavaScript/TypeScript in Ember applications
-
ember_styles.instructions.md Guidelines for SCSS styling in Ember applications
-
ember_tests.instructions.md Guidelines for testing Ember applications
-
testing.instructions.md General testing best practices and guidelines