Skip to content

Comments

Add .github/copilot-instructions.md#452

Merged
mikeharder merged 3 commits intomainfrom
copilot/set-up-copilot-instructions
Feb 20, 2026
Merged

Add .github/copilot-instructions.md#452
mikeharder merged 3 commits intomainfrom
copilot/set-up-copilot-instructions

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

Configure repository instructions for GitHub Copilot coding agent per best practices.

Covers:

  • Project context — dual TypeScript + C#/.NET codebase, @azure/oad npm package
  • Build/test/lint commandsnpm run tsc, npm run ts.test, npm run lint, npm run prettier, etc.
  • Code conventions — no semicolons, 140 char print width, no trailing commas, strict TS, CommonJS ESLint config
  • Repo structuresrc/ (TS), openapi-diff/ (C#), src/test/ (Jest, *[tT]est.ts pattern)
  • CI — GitHub Actions on Ubuntu + Windows: lint, prettier, full test suite
  • Guidelines — pre-submit checks, test expectations, files to avoid modifying

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gh.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Set up Copilot instructions for repository Add .github/copilot-instructions.md Feb 20, 2026
Copilot AI requested a review from mikeharder February 20, 2026 08:40
@mikeharder mikeharder marked this pull request as ready for review February 20, 2026 08:51
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds repository-specific Copilot Coding Agent instructions to help contributors/agents work effectively in this mixed TypeScript + C#/.NET codebase and follow existing build/lint/test conventions.

Changes:

  • Introduces .github/copilot-instructions.md documenting project context, repo structure, and code conventions.
  • Documents key npm scripts for build/test/lint/format and notes CI expectations.
  • Captures TypeScript/C# stack details and testing file naming conventions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mikeharder mikeharder merged commit 9a2a8a2 into main Feb 20, 2026
12 checks passed
@mikeharder mikeharder deleted the copilot/set-up-copilot-instructions branch February 20, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

3 participants