mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-27 04:30:18 +00:00
404 B
404 B
Copilot Usage
When modifying code, always perform these steps:
-
Ensure code quality
make format
to format the project.make lint
for static analysis.make test
to run the test suite.
-
Maintain documentation Review and update the contents of the
docs
folder if necessary. -
Check Markdown
- Finish by running
make markdown
to lint all Markdown files.
- Finish by running