fiber/.github/copilot-instructions.md

404 B

Copilot Usage

When modifying code, always perform these steps:

  1. Ensure code quality

    • make format to format the project.
    • make lint for static analysis.
    • make test to run the test suite.
  2. Maintain documentation Review and update the contents of the docs folder if necessary.

  3. Check Markdown

    • Finish by running make markdown to lint all Markdown files.