mirror of
https://github.com/gofiber/fiber.git
synced 2025-08-14 12:40:04 +00:00
404 B
404 B
Copilot Usage
When modifying code, always perform these steps:
-
Ensure code quality
make formatto format the project.make lintfor static analysis.make testto run the test suite.
-
Maintain documentation Review and update the contents of the
docsfolder if necessary. -
Check Markdown
- Finish by running
make markdownto lint all Markdown files.
- Finish by running