Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 955 Bytes

File metadata and controls

21 lines (16 loc) · 955 Bytes

Contributing to the AI Instruction Engine

Thank you for helping improve our modular AI instruction system! Please follow these guidelines:

How to Contribute

  • Review copilot-instructions.md and existing files in instructions/ and prompts/ before proposing changes.
  • For new languages, frameworks, or features, add a new .instructions.md file in instructions/.
  • For new tasks, add a .prompt.md file in prompts/ and reference relevant instruction files.
  • Keep instructions modular and up-to-date with codebase changes.
  • Document major changes in the changelog and roadmap.

Code of Conduct

  • Be respectful and constructive.
  • Ensure all contributions align with project standards and goals.

Getting Started

  • See README.md in this folder for structure and usage.
  • For onboarding, consult the main repo README and this folder's documentation.

For questions, open an issue or start a discussion in the main repository.