mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
2.1 KiB
2.1 KiB
What did you implement:
Closes #XXXXX
How did you implement it:
How can we verify it:
Todos:
Note: Run npm run test-ci to run all validation checks on proposed changes
- Write tests and confirm existing functionality is not broken.
Validate vianpm test - Write documentation
- Ensure there are no lint errors.
Validate vianpm run lint-updated
Note: Some reported issues can be automatically fixed by runningnpm run lint:fix - Ensure introduced changes match Prettier formatting.
Validate vianpm run prettier-check-updated
Note: All reported issues can be automatically fixed by runningnpm run prettify-updated - Make sure code coverage hasn't dropped
- Provide verification config / commands / resources
- Enable "Allow edits from maintainers" for this PR
- Update the messages below
Is this ready for review?: NO
Is it a breaking change?: NO