diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..2b484d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,69 @@ +--- +name: Report an issue +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Due diligence + + +## My actions before raising this issue +Before you ask for help or support, make sure that you've [consulted the manual for faasd](https://openfaas.gumroad.com/l/serverless-for-everyone-else). We can't answer questions that are already covered by the manual. + + + +## Why do you need this? + + +## Who is this for? + +What company is this for? Are you listed in the [ADOPTERS.md](https://github.com/openfaas/faas/blob/master/ADOPTERS.md) file? + + +## Expected Behaviour + + + + +## Current Behaviour + + + + +## List All Possible Solutions and Workarounds + + + + +## Which Solution Do You Recommend? + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Your Environment + +* OS and architecture: + +* Versions: + +```sh +go version + +containerd -version + +uname -a + +cat /etc/os-release + +faasd version +```