2020-10-02 21:01:28 +00:00
|
|
|
<!--
|
2020-09-16 15:56:18 +00:00
|
|
|
Thank you for submitting a pull request for Pinniped!
|
|
|
|
|
2020-10-02 20:00:23 +00:00
|
|
|
Before submitting, please see the guidelines in CONTRIBUTING.md in this repo.
|
2020-09-16 15:56:18 +00:00
|
|
|
|
2020-09-16 16:06:36 +00:00
|
|
|
Please note that a project maintainer will need to review and provide an
|
|
|
|
initial approval on the PR to cause CI tests to automatically start.
|
|
|
|
Also note that if you push additional commits to the PR, those commits
|
|
|
|
will need another initial approval before CI will pick them up.
|
2020-09-16 15:56:18 +00:00
|
|
|
|
2020-09-16 16:06:36 +00:00
|
|
|
Reminder: Did you remember to run all the linter, unit tests, and integration tests
|
2020-10-02 20:00:23 +00:00
|
|
|
described in CONTRIBUTING.md on your branch before submitting this PR?
|
2020-09-16 15:56:18 +00:00
|
|
|
|
|
|
|
Below is a template to help you describe your PR.
|
2020-10-02 21:01:28 +00:00
|
|
|
-->
|
2020-09-16 15:56:18 +00:00
|
|
|
|
2020-10-02 21:01:28 +00:00
|
|
|
<!--
|
|
|
|
Provide a summary of your change. Feel free to use paragraphs or a bulleted list, for example:
|
2020-09-16 15:56:18 +00:00
|
|
|
|
2020-10-02 21:01:28 +00:00
|
|
|
- Improves performance by 10,000%.
|
|
|
|
- Fixes all bugs.
|
|
|
|
- Boils the oceans.
|
2020-09-16 15:56:18 +00:00
|
|
|
|
2020-10-02 21:01:28 +00:00
|
|
|
-->
|
2020-09-16 15:56:18 +00:00
|
|
|
|
2020-10-02 21:01:28 +00:00
|
|
|
<!--
|
|
|
|
Does this PR fix one or more reported issues?
|
|
|
|
If yes, use `Fixes #<issue number>` to automatically close the fixed issue(s) when the PR is merged.
|
|
|
|
-->
|
2020-09-16 15:56:18 +00:00
|
|
|
|
2020-10-02 21:01:28 +00:00
|
|
|
**Release note**:
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Does this PR introduce a user-facing change?
|
|
|
|
|
|
|
|
If no, just write "NONE" in the release-note block below.
|
|
|
|
If yes, a release note is required. Enter your extended release note in the block below.
|
|
|
|
-->
|
|
|
|
```release-note
|
2020-09-16 16:06:36 +00:00
|
|
|
|
2020-09-16 15:56:18 +00:00
|
|
|
```
|