ContainerImage.Pinniped/.github/pull_request_template.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

<!--
2020-09-16 15:56:18 +00:00
Thank you for submitting a pull request for Pinniped!
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
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-09-16 15:56:18 +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
- Improves performance by 10,000%.
- Fixes all bugs.
- Boils the oceans.
2020-09-16 15:56:18 +00:00
-->
2020-09-16 15:56:18 +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
**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
```