Skip to content

Commit ec9263b

Browse files
cpanatoalexellis
authored andcommitted
add .derek and issue template
Signed-off-by: cpanato <[email protected]>
1 parent 55cd390 commit ec9263b

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.DEREK.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
redirect: https://raw.githubusercontent.com/openfaas/faas/master/.DEREK.yml

.github/ISSUE_TEMPLATE.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
## Expected Behaviour
4+
<!--- If you're describing a bug, tell us what should happen -->
5+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
6+
7+
## Current Behaviour
8+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
9+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
10+
11+
## Possible Solution
12+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
13+
<!--- or ideas how to implement the addition or change -->
14+
15+
## Steps to Reproduce (for bugs)
16+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
17+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
18+
1.
19+
2.
20+
3.
21+
4.
22+
23+
## Context
24+
<!--- How has this issue affected you? What are you trying to accomplish? -->
25+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
26+
27+
## Your Environment
28+
<!--- Include as many relevant details about the environment you experienced the bug in -->
29+
* FaaS-CLI version ( Full output from: `faas-cli version` ):
30+
31+
* Docker version `docker version` (e.g. Docker 18.06 ):
32+
33+
* Are you using Docker Swarm or Kubernetes (FaaS-netes)?
34+
35+
* Operating System and version (e.g. Linux, Windows, MacOS):
36+
37+
* How much RAM is available on your nodes?
38+
39+
* Are you running on x86_64 or ARM?
40+
41+
* Link to your project or a code example to reproduce issue:
42+
43+
* 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:

0 commit comments

Comments
 (0)