From 4f4db0dc7a06063fcf12b3a986b3c1309e7367d9 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 4 Feb 2019 10:57:57 +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..617820d --- /dev/null +++ b/.DEREK.yml @@ -0,0 +1 @@ +redirect: https://raw.githubusercontent.com/openfaas/faas/master/.DEREK.yml \ No newline at end of file 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: