From ce19253a50f19c8d6ca121306ce98280af2eb617 Mon Sep 17 00:00:00 2001 From: Nick Chen Date: Thu, 29 Jun 2017 09:51:58 -0700 Subject: [PATCH] Add .github templates --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 2 files changed, 25 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 0000000..a310567 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +### Summary +_Short summary of what is going on or to provide context_. + +### Steps To Reproduce: +1. This is step 1. +1. This is step 2. All steps should start with '1.' + +### Expected result +_Describe what should have happened_. + +### Actual result +_Describe what actually happened instead_. + +### Additional information + +_Feel free to attach a screenshot_. + +**VS Code Version**: + +**SFDX CLI Version**: + +**OS and version**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b22e36f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +### What does this PR do? + +### What issues does this PR fix or reference?