From a79384fdc4dd94c76eadc42973d5e0c9961a6b93 Mon Sep 17 00:00:00 2001 From: gunjan5 Date: Thu, 18 May 2017 14:52:31 -0700 Subject: [PATCH] add github issue/PR templates --- .github/ISSUE_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 2 files changed, 43 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..52fa1d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,32 @@ + + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + +## Your Environment + +* Calico-node/calicoctl version: +* Orchestrator version (e.g. kubernetes, rkt, swarm, mesos): +* Operating System and version: +* Link to your project (optional): diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0e61a37 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Description +A few sentences describing the overall goals of the pull request's commits. +Please include +- the type of fix - (e.g. bug fix, new feature, documentation) +- some details on _why_ this PR should be merged +- the details of the testing you've done on it (both manual and automated) +- which components are affected by this PR + +## Todos +- [ ] Tests +- [ ] Documentation