Skip to content

Commit a30c6e1

Browse files
authored
Create issue.md
Signed-off-by: Alex Ellis <[email protected]>
1 parent f00679b commit a30c6e1

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

.github/ISSUE_TEMPLATE/issue.md

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

0 commit comments

Comments
 (0)