Skip to content

Conversation

Copy link

Copilot AI commented Sep 9, 2025

Added detailed GitHub Copilot usage instructions to help contributors leverage Copilot effectively when working with the Net.Code.Csv library.

Changes Made

New COPILOT.md File

Created a comprehensive guide covering:

  • Project Overview: Architecture using DataReader pattern and factory methods
  • Repository Structure: Clear mapping of key files and their purposes
  • Design Patterns: Factory pattern, DataReader pattern, and configuration objects
  • Copilot Usage Patterns: Specific prompts and examples for CSV parsing tasks
  • Common Scenarios: Large file processing, different CSV formats, dynamic processing
  • Testing Patterns: Unit test structure following existing conventions
  • Performance Considerations: Memory efficiency and parsing optimization
  • Integration Guidelines: Best practices for using Copilot with this codebase

Updated README.md

Added a new "GitHub Copilot Usage" section that references the detailed COPILOT.md file, making it easily discoverable for contributors.

Key Features

The instructions provide repository-specific guidance including:

  • Contextual Prompts: Examples like "Parse CSV with custom delimiter and trim whitespace from unquoted fields only"
  • Code Examples: Demonstrating the library's factory methods and configuration patterns
  • Error Handling: Guidance for malformed CSV handling and edge cases
  • Performance Tips: Memory-efficient processing patterns for large files
  • Testing Patterns: Aligned with existing test structure and conventions

This will help contributors write better prompts and get more relevant suggestions from GitHub Copilot when working with CSV parsing functionality.

Fixes #5.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copy link
Author

Copilot AI commented Sep 9, 2025

@jhgbrt 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Copilot AI changed the title [WIP] Add Copilot instructions to repository Add comprehensive GitHub Copilot instructions to repository Sep 9, 2025
Copilot finished work on behalf of jhgbrt September 9, 2025 08:10
Copilot AI requested a review from jhgbrt September 9, 2025 08:10
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.

Add Copilot instructions to repository

2 participants