Skip to content

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

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
Merged

Conversation

jmeridth
Copy link
Member

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 bug, 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:58
@Copilot Copilot AI review requested due to automatic review settings August 20, 2025 22:58
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 configuration files to establish development environment setup and coding standards for the Copilot coding agent.

  • Adds a GitHub Actions workflow to define environment setup steps for Copilot
  • Creates instructions file to communicate project structure and development standards to Copilot

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 Defines automated environment setup for Copilot including Python installation and dependency management
.github/copilot-instructions.md Provides project overview, code standards, and repository structure guidance for Copilot

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

@zkoppert zkoppert merged commit a19ade3 into main Aug 21, 2025
31 checks passed
@zkoppert zkoppert deleted the jm_copilot_setup branch August 21, 2025 05:00
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