mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-29 05:30:43 +00:00
15 lines
404 B
Markdown
15 lines
404 B
Markdown
# 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.
|