From 484160f313516c21c2c619e30a515e4aa600445a Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Mon, 30 Jul 2018 13:09:36 -0700 Subject: [PATCH] Set up issue and PR templates for pkg. (#28) Fixes: https://github.com/knative/pkg/issues/10 --- .github/issue-template.md | 34 ++++++++++++++++++++++++++++++++ .github/pull-request-template.md | 6 ++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/issue-template.md create mode 100644 .github/pull-request-template.md diff --git a/.github/issue-template.md b/.github/issue-template.md new file mode 100644 index 000000000..7be34fe6f --- /dev/null +++ b/.github/issue-template.md @@ -0,0 +1,34 @@ + + +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + + 1. + 2. + 3. + +## Additional Info diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 000000000..033ec443c --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,6 @@ +