Skip to content

Commit

Permalink
Fix line breaks in PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored and tekton-robot committed Sep 20, 2019
1 parent 3407dc6 commit c5dfdd8
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,22 @@ _See [the contribution guide](https://github.com/tektoncd/pipeline/blob/master/C
Double check this list of stuff that's easy to miss:

- If you are adding [a new binary/image to the `cmd` dir](../cmd), please update
[the release Task](../tekton/publish.yaml) and [TaskRun](../tekton/publish-run.yaml) to build and release this image
[the release Task](../tekton/publish.yaml) to build and release this image.

## Reviewer Notes

If [API changes](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md)
are included, [additive changes](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md#additive-changes)
must be approved by at least two [OWNERS](https://github.com/tektoncd/pipeline/blob/master/OWNERS)
and [backwards incompatible changes](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md#backwards-incompatible-changes)
must be approved by [more than 50% of the OWNERS](https://github.com/tektoncd/pipeline/blob/master/OWNERS),
and they must first be added
[in a backwards compatible way](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md#backwards-compatible-changes-first).
If [API
changes](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md)
are included, [additive
changes](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md#additive-changes)
must be approved by at least two
[OWNERS](https://github.com/tektoncd/pipeline/blob/master/OWNERS) and [backwards
incompatible
changes](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md#backwards-incompatible-changes)
must be approved by [more than 50% of the
OWNERS](https://github.com/tektoncd/pipeline/blob/master/OWNERS), and they must
first be added [in a backwards compatible
way](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md#backwards-compatible-changes-first).

# Release Notes

Expand All @@ -41,4 +46,4 @@ Examples of user facing changes:
- Bug fixes
- Any changes in behavior
```
```

0 comments on commit c5dfdd8

Please sign in to comment.