From ec9263bb4f71ebe02bcdbc223ecc984b80d76b43 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 4 Feb 2019 11:25:36 +0100 Subject: [PATCH] add .derek and issue template Signed-off-by: cpanato --- .DEREK.yml | 1 + .github/ISSUE_TEMPLATE.md | 43 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .DEREK.yml create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.DEREK.yml b/.DEREK.yml new file mode 100644 index 0000000..8f544aa --- /dev/null +++ b/.DEREK.yml @@ -0,0 +1 @@ +redirect: https://raw.githubusercontent.com/openfaas/faas/master/.DEREK.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..85dd950 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,43 @@ + + +## Expected Behaviour + + + +## Current Behaviour + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + +## Your Environment + +* FaaS-CLI version ( Full output from: `faas-cli version` ): + +* Docker version `docker version` (e.g. Docker 18.06 ): + +* Are you using Docker Swarm or Kubernetes (FaaS-netes)? + +* Operating System and version (e.g. Linux, Windows, MacOS): + +* How much RAM is available on your nodes? + +* Are you running on x86_64 or ARM? + +* Link to your project or a code example to reproduce issue: + +* Please also follow the [troubleshooting guide](https://github.com/openfaas/faas/blob/master/guide/troubleshooting.md) and paste in any other diagnostic information you have: