Skip to content

Add GitHub Copilot instructions#51

Open
Copilot wants to merge 3 commits intomasterfrom
copilot/setup-copilot-instructions
Open

Add GitHub Copilot instructions#51
Copilot wants to merge 3 commits intomasterfrom
copilot/setup-copilot-instructions

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

Adds .github/copilot-instructions.md to provide repository context and conventions for GitHub Copilot.

Contents

  • Technology stack: Node.js v22.15, Express.js, Kafka, Winston
  • Project structure: Routes, services, dispatchers, test organization
  • Code standards: ESLint rules (2-space indent, single quotes, semicolons required)
  • Testing patterns: Mocha/Chai/Sinon with NYC coverage, test file naming conventions
  • Development workflow: Working directory is src/, use npm ci for installs, start with node app.js
  • CI/CD: Linting requirements, caching strategy, GHCR deployment on tags
  • Common tasks: Dependency management, debugging, Kafka integration patterns

The instructions enable Copilot to generate code consistent with repository conventions and understand the microservice architecture.

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.

Copilot AI and others added 2 commits January 30, 2026 11:38
Co-authored-by: maheshkumargangula <6985261+maheshkumargangula@users.noreply.github.com>
Co-authored-by: maheshkumargangula <6985261+maheshkumargangula@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for the repository Add GitHub Copilot instructions Jan 30, 2026
@maheshkumargangula maheshkumargangula marked this pull request as ready for review February 5, 2026 16:54
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