Skip to content

Commit aeae736

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent 689ef46 commit aeae736

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!-- Due dilligence -->
2+
3+
## My actions before raising this issue
4+
- [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
5+
- [ ] Read/searched [the docs](https://docs.openfaas.com/)
6+
- [ ] Searched [past issues](/issues)
7+
8+
<!--- Provide a general summary of the issue in the Title above -->
9+
10+
11+
## Expected Behaviour
12+
<!--- If you're describing a bug, tell us what should happen -->
13+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
14+
15+
16+
## Current Behaviour
17+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
18+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
19+
20+
21+
## Possible Solution
22+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
23+
<!--- or ideas how to implement the addition or change -->
24+
25+
26+
## Steps to Reproduce (for bugs)
27+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
28+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
29+
1.
30+
2.
31+
3.
32+
4.
33+
34+
## Context
35+
<!--- How has this issue affected you? What are you trying to accomplish? -->
36+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
37+
38+
39+
## Your Environment
40+
<!--- Include as many relevant details about the environment you experienced the bug in -->
41+
* FaaS-CLI version ( Full output from: `faas-cli version` ):
42+
43+
* Docker version `docker version` (e.g. Docker 17.0.05 ):
44+
45+
* Are you using Docker Swarm or Kubernetes (FaaS-netes)?
46+
47+
* Operating System and version (e.g. Linux, Windows, MacOS):
48+
49+
* Code example or link to GitHub repo or gist to reproduce problem:
50+
51+
* Other diagnostic information / logs from [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting)
52+
53+
## Next steps
54+
55+
You may [join Slack](https://docs.openfaas.com/community) for community support.

0 commit comments

Comments
 (0)