mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Minor changes to avoid referencing providers directly unless: - it is part of a provider-specific section of the site - it is a comprehensive list of providers in the few places where they should be listed - it is an example to help provide context
47 lines
1.5 KiB
Markdown
47 lines
1.5 KiB
Markdown
<!--
|
|
1. Please check out and follow our Contributing Guidelines: https://github.com/serverless/serverless/blob/master/CONTRIBUTING.md
|
|
2. Do not remove any section of the template. If something is not applicable leave it empty but leave it in the PR
|
|
3. Please follow the template, otherwise we'll have to ask you to update it and it will take longer until your PR is merged
|
|
-->
|
|
|
|
## What did you implement:
|
|
|
|
Closes #XXXXX
|
|
|
|
<!--
|
|
Briefly describe the feature if no issue exists for this PR
|
|
-->
|
|
|
|
## How did you implement it:
|
|
|
|
<!--
|
|
If this is a nontrivial change please briefly describe your implementation so its easy for us to understand and review your code.
|
|
-->
|
|
|
|
## How can we verify it:
|
|
|
|
<!--
|
|
Add any applicable config, commands, screenshots or other resources
|
|
to make it easy for us to verify this works. The easier you make it for us
|
|
to review a PR, the faster we can review and merge it.
|
|
|
|
Examples:
|
|
* serverless.yml - Fully functioning to easily deploy changes
|
|
* Screenshots - Showing the difference between your output and the master
|
|
* Cloud Configuration - List cloud resources and show that the correct configuration is in place (e.g. AWS CLI commands)
|
|
* Other - Anything else that comes to mind to help us evaluate
|
|
-->
|
|
|
|
## Todos:
|
|
|
|
- [ ] Write tests
|
|
- [ ] Write documentation
|
|
- [ ] Fix linting errors
|
|
- [ ] 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
|