Skip to content

feat: copilot files (instructions and setup steps) #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2025

Conversation

jmeridth
Copy link
Member

@jmeridth jmeridth commented Aug 20, 2025

This ensures that when we have the copilot agent writing PRs, it sets up its environment correctly and understands our standards for coding.

  • Copilot Instructions file (docs)
  • Copilot Setup Steps (docs)

Already added to Evergreen

Pull Request

Proposed Changes

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing
  • If publishing new data to the public (scorecards, security scan results, code quality results, live dashboards, etc.), please request review from @jeffrey-luszcz

Reviewer

  • Label as either fix, documentation, enhancement, infrastructure, maintenance, or breaking

This ensures that when we have the copilot agent writing PRs, it sets up its environment correctly and understands our standards for coding.

- Copilot Instructions file ([docs](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks#adding-custom-instructions-to-your-repository))
- Copilot Setup Steps ([docs](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/customizing-the-development-environment-for-copilot-coding-agent#preinstalling-tools-or-dependencies-in-copilots-environment))

Already added to [Evergreen](github/evergreen#382)

Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
@jmeridth jmeridth self-assigned this Aug 20, 2025
@jmeridth jmeridth requested a review from a team as a code owner August 20, 2025 22:51
@Copilot Copilot AI review requested due to automatic review settings August 20, 2025 22:51
Copy link

@Copilot 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

This PR adds GitHub Copilot integration files to configure the coding agent environment and establish project-specific coding standards. The changes enable Copilot to automatically set up the development environment and understand project conventions when working on tasks.

Key changes:

  • Adds Copilot setup workflow for automatic environment configuration
  • Provides project-specific instructions for code standards and development flow
  • Establishes Python development environment with proper dependency installation

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/copilot-setup-steps.yml Workflow configuration for Copilot environment setup with Python and dependencies
.github/copilot-instructions.md Project standards and guidelines for Copilot coding agent

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@zkoppert zkoppert merged commit 63da87a into main Aug 21, 2025
36 checks passed
@zkoppert zkoppert deleted the jm_setup_copilot_files branch August 21, 2025 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants