-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d044153
commit db6390e
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changes | ||
|
||
<!-- πππ Thank you for the PR!!! πππ --> | ||
|
||
<!-- Describe your changes here- ideally you can get that description straight from | ||
your descriptive commit message(s)! --> | ||
|
||
# Submitter Checklist | ||
|
||
These are the criteria that every PR should meet, please check them off as you | ||
review them: | ||
|
||
- [ ] Run `make test lint` before submitting a PR | ||
- [ ] Includes [tests](https://github.com/tektoncd/community/blob/master/standards.md#principles) (if functionality changed/added) | ||
- [ ] Includes [docs](https://github.com/tektoncd/community/blob/master/standards.md#principles) (if user facing) | ||
- [ ] Commit messages follow [commit message best practices](https://github.com/tektoncd/community/blob/master/standards.md#commit-messages) | ||
|
||
# Release Notes | ||
|
||
<!-- | ||
Describe any user facing changes here, or delete this block. | ||
Examples of user facing changes: | ||
- API changes | ||
- Bug fixes | ||
- Any changes in behavior | ||
- Changes requiring upgrade notices or deprecation warnings | ||
For pull requests with a release note: | ||
```release-note | ||
Your release note here | ||
``` | ||
For pull requests that require additional action from users switching to the new release, include the string "action required" (case insensitive) in the release note: | ||
```release-note | ||
action required: your release note here | ||
``` | ||
For pull requests that don't need to be mentioned at release time, use the `/release-note-none` Prow command to add the `release-note-none` label to the PR. You can also write the string "NONE" as a release note in your PR description: | ||
```release-note | ||
NONE | ||
``` | ||
--> |