Set up issue and PR templates for pkg. (#28)

Fixes: https://github.com/knative/pkg/issues/10
This commit is contained in:
Matt Moore 2018-07-30 13:09:36 -07:00 committed by Google Prow Robot
parent d6c701b0b1
commit 484160f313
2 changed files with 40 additions and 0 deletions

34
.github/issue-template.md vendored Normal file
View File

@ -0,0 +1,34 @@
<!--
Pro-tip: You can leave this block commented, and it still works!
Select the appropriate areas for your issue:
/area API
/area monitoring
/area networking
/area test-and-release
Classify what kind of issue this is:
/kind question
/kind bug
/kind cleanup
/kind doc
/kind feature
/kind good-first-issue
-->
## Expected Behavior
## Actual Behavior
## Steps to Reproduce the Problem
1.
2.
3.
## Additional Info

6
.github/pull-request-template.md vendored Normal file
View File

@ -0,0 +1,6 @@
<!--
Pro-tip: To automatically close issues when a PR is merged,
include the following in your PR description:
Fixes: <LINK TO ISSUE>
-->