Skip to content

Add Copilot coding agent instructions#496

Merged
dgkanatsios merged 2 commits intomainfrom
copilot/setup-copilot-instructions
Feb 27, 2026
Merged

Add Copilot coding agent instructions#496
dgkanatsios merged 2 commits intomainfrom
copilot/setup-copilot-instructions

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

Creates .github/copilot-instructions.md to provide repository context for the GitHub Copilot coding agent.

What's included

  • Project overview — what Thundernetes does, key capabilities, beta status
  • Repository structure — annotated directory tree covering all major components (cmd/, pkg/operator/, e2e/, etc.)
  • Build & test commands — per-package unit test invocations matching CI, Docker build targets, local kind-based e2e setup
  • Code conventions — frameworks in use (controller-runtime, Ginkgo/Gomega, gin, testify), operator patterns, CRD types, error handling and logging practices
  • PR checklist — expected checks before submission (fmt/vet/tidy, install file regeneration, CLA)
  • Go version constraint — note that Go 1.24 must stay consistent across go.mod, Dockerfiles, and workflow files

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)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…lines

Co-authored-by: dgkanatsios <8256138+dgkanatsios@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for repository Add Copilot coding agent instructions Feb 27, 2026
@dgkanatsios dgkanatsios marked this pull request as ready for review February 27, 2026 04:45
@dgkanatsios dgkanatsios merged commit fe1e43c into main Feb 27, 2026
4 of 7 checks passed
@dgkanatsios dgkanatsios deleted the copilot/setup-copilot-instructions branch February 27, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants