Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 4, 2026

Description

Adds .github/copilot-instructions.md to configure GitHub Copilot Coding Agent for this repository per best practices at gh.io/copilot-coding-agent-tips.

Changes

Created comprehensive instructions covering:

  • Project structure (Jekyll/Ruby static site for testing conferences)
  • Build commands (Docker local dev via ./devops/setup.sh + CircleCI pipeline)
  • Data schema for conference YAML entries with required/optional fields and real examples
  • Conference eligibility criteria (testing-focused only)
  • Code style conventions (2-space YAML, prettier formatting, UTM tracking on URLs)
  • Common workflows (adding conferences, moving to past list, updating entries)

Key guidelines for Copilot:

# Example conference entry format
- name: Automation Guild 2026
  location: Online
  dates: "February 9-13, 2026"
  url: https://testguild.com/ag-2026/?utm_source=testingconferences
  twitter: testguilds
  status: <a href="..." target="_blank">Registration is Open</a>

Checklist

  • Instructions file created at .github/copilot-instructions.md
  • Formatted with prettier
  • Code review passed
  • Follows GitHub Copilot best practices

Additional context

Enables Copilot to understand repository-specific conventions: YAML data schema, chronological ordering requirements, conference eligibility rules, and proper build/test commands.

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 changed the title [WIP] Set up Copilot instructions for the repository Set up Copilot instructions for repository Jan 4, 2026
Copilot AI requested a review from ckenst January 4, 2026 21:36
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