|
| 1 | +--- |
| 2 | +name: Report an issue |
| 3 | +about: Create a report to help us improve |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +## Due diligence |
| 11 | + |
| 12 | +<!-- Due dilligence --> |
| 13 | +## My actions before raising this issue |
| 14 | +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. |
| 15 | + |
| 16 | + |
| 17 | +<!-- How is this affecting you? What task are you trying to accomplish? --> |
| 18 | +## Why do you need this? |
| 19 | + |
| 20 | +<!-- Attempts to mask or hide this may result in the issue being closed --> |
| 21 | +## Who is this for? |
| 22 | + |
| 23 | +What company is this for? Are you listed in the [ADOPTERS.md](https://github.com/openfaas/faas/blob/master/ADOPTERS.md) file? |
| 24 | + |
| 25 | +<!--- Provide a general summary of the issue in the Title above --> |
| 26 | +## Expected Behaviour |
| 27 | +<!--- If you're describing a bug, tell us what should happen --> |
| 28 | +<!--- If you're suggesting a change/improvement, tell us how it should work --> |
| 29 | + |
| 30 | + |
| 31 | +## Current Behaviour |
| 32 | +<!--- If describing a bug, tell us what happens instead of the expected behavior --> |
| 33 | +<!--- If suggesting a change/improvement, explain the difference from current behavior --> |
| 34 | + |
| 35 | + |
| 36 | +## List All Possible Solutions and Workarounds |
| 37 | +<!--- Suggest a fix/reason for the bug, or ideas how to implement --> |
| 38 | +<!--- the addition or change --> |
| 39 | +<!--- Is there a workaround which could avoid making changes? --> |
| 40 | + |
| 41 | +## Which Solution Do You Recommend? |
| 42 | +<!--- Pick your preferred solution, if you were to implement and maintain this change --> |
| 43 | + |
| 44 | + |
| 45 | +## Steps to Reproduce (for bugs) |
| 46 | +<!--- Provide a link to a live example, or an unambiguous set of steps to --> |
| 47 | +<!--- reproduce this bug. Include code to reproduce, if relevant --> |
| 48 | +1. |
| 49 | +2. |
| 50 | +3. |
| 51 | +4. |
| 52 | + |
| 53 | +## Your Environment |
| 54 | + |
| 55 | +* OS and architecture: |
| 56 | + |
| 57 | +* Versions: |
| 58 | + |
| 59 | +```sh |
| 60 | +go version |
| 61 | + |
| 62 | +containerd -version |
| 63 | + |
| 64 | +uname -a |
| 65 | + |
| 66 | +cat /etc/os-release |
| 67 | + |
| 68 | +faasd version |
| 69 | +``` |
0 commit comments