Skip to content

Commit

Permalink
Add fancier PR templates to knative/pkg (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor authored and knative-prow-robot committed Jun 14, 2019
1 parent 68737b1 commit 8b0108f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 6 deletions.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/breaking-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Breaking Change
about: Makes a breaking change to knative/pkg
title: ''
labels:
assignees: 'mattmoor'

---

BREAKING CHANGES MUST STAGE CHANGES ONTO DOWNSTREAM
KNATIVE REPOSITORIES


| Repo | Pull Request |
|-------------------|--------------------------------|
| Build | knative/build#1234 |
| Eventing | knative/eventing#1234 |
| Serving | knative/serving#1234 |
| Sample Controller | knative/sample-controller#1234 |


cc @n3wscott @jasonhall
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Bug Fix
about: Fixes a bug in knative/pkg
title: ''
labels: kind/bug
assignees: ''

---

Fixes:
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/normal-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Normal Change
about: Makes a boring change to the repo.
title: ''
labels:
assignees: ''

---
6 changes: 0 additions & 6 deletions .github/pull-request-template.md

This file was deleted.

0 comments on commit 8b0108f

Please sign in to comment.