Skip to content

Commit 98ebd34

Browse files
authoredSep 19, 2019
Create PULL_REQUEST_TEMPLATE.md
1 parent 8b7664d commit 98ebd34

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
3+
Before making a PR, please read our contributing guidelines https://github.com/operator-framework/operator-lifecycle-manager/blob/master/CONTRIBUTING.MD
4+
Note: Make sure your branch is rebased to the latest upstream master.
5+
6+
-->
7+
8+
**Description of the change:**
9+
10+
11+
**Motivation for the change:**
12+
13+
**Reviewer Checklist**
14+
- [ ] Implementation matches the proposed design, or proposal is updated to match implementation
15+
- [ ] Sufficient unit test coverage
16+
- [ ] Sufficient end-to-end test coverage
17+
- [ ] Docs updated or added to `/docs`
18+
- [ ] Commit messages sensible and descriptive
19+
20+
21+
<!--
22+
23+
Note: If this PR is fixing an issue make sure to add a note saying:
24+
Closes #<ISSUE_NUMBER>
25+
26+
-->

0 commit comments

Comments
 (0)
Please sign in to comment.