Skip to content

Commit b77ca31

Browse files
Merge pull request #1630 from matskiv/documentation-improvements
Documentation improvements - PR template and DEVELOPMENT.md
2 parents d65ca99 + cccb8ec commit b77ca31

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Before making a PR, please read our contributing guidelines https://github.com/operator-framework/operator-lifecycle-manager/blob/master/CONTRIBUTING.MD
3+
Before making a PR, please read our contributing guidelines https://github.com/operator-framework/operator-lifecycle-manager/blob/master/CONTRIBUTING.md
44
55
Note: Make sure your branch is rebased to the latest upstream master.
66

DEVELOPMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
|-------------|-----------------------|----------------------|
77
| Go | Compiler | brew install go |
88
| Docker | Packaging | [Docker for Mac] |
9+
| kubebuilder | Testing | [kubebuilder docs] |
910

1011
[Docker for Mac]: https://store.docker.com/editions/community/docker-ce-desktop-mac
12+
[kubebuilder docs]: https://book.kubebuilder.io/quick-start.html#installation
1113

1214
### Usage
1315

0 commit comments

Comments
 (0)