Skip to content

Readme for robots #390

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 2 commits into from
May 12, 2025
Merged

Readme for robots #390

merged 2 commits into from
May 12, 2025

Conversation

GrantBirki
Copy link
Member

This pull request adds a copilot instructions file and also a copilot setup workflow.

@Copilot Copilot AI review requested due to automatic review settings May 12, 2025 04:50
@GrantBirki GrantBirki merged commit f5b98aa into main May 12, 2025
4 checks passed
@GrantBirki GrantBirki deleted the readme-for-robots branch May 12, 2025 04:51
Copy link
Contributor

@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 introduces a dedicated GitHub Actions workflow for validating Copilot setup steps and adds a detailed Copilot instructions document.

  • Adds .github/workflows/copilot-setup-steps.yml to run and verify Copilot’s setup via workflow_dispatch.
  • Creates .github/copilot-instructions.md with environment, testing, bundling, project guidelines, and repository structure.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/copilot-setup-steps.yml New workflow to check out code, install dependencies, and prepare Copilot setup
.github/copilot-instructions.md New markdown guide covering bootstrap, tests, bundling, and best practices
Comments suppressed due to low confidence (1)

.github/workflows/copilot-setup-steps.yml:25

  • The workflow lacks a step to run tests and enforce coverage, even though the instructions require 100% test coverage. Consider adding a npm run test -- --coverage or equivalent step after installing dependencies.
- name: install dependencies

- more descriptive names over brevity of variable, function, and class names
- the use of whitespace (newlines) over compactness of files
- naming of variables and methods that lead to expressions and blocks reading more like English sentences.
- less lines of code over more. Keep changes minimal and focused.
Copy link
Preview

Copilot AI May 12, 2025

Choose a reason for hiding this comment

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

Use "fewer lines of code" instead of "less lines of code" to correct the grammar.

Suggested change
- less lines of code over more. Keep changes minimal and focused.
- fewer lines of code over more. Keep changes minimal and focused.

Copilot uses AI. Check for mistakes.

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.

1 participant