Skip to content

Commit 7f9288a

Browse files
committed
Add required .github files
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 90bcd72 commit 7f9288a

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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.
56+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes an open issue, please link to the issue here. -->
9+
- [ ] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md))
10+
- [ ] My issue has received approval from the maintainers or lead with the `design/approved` label
11+
12+
13+
## How Has This Been Tested?
14+
<!--- Please describe in detail how you tested your changes. -->
15+
<!--- Include details of your testing environment, and the tests you ran to -->
16+
<!--- see how your change affects other areas of the code, etc. -->
17+
18+
19+
## Types of changes
20+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
21+
- [ ] Bug fix (non-breaking change which fixes an issue)
22+
- [ ] New feature (non-breaking change which adds functionality)
23+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
24+
25+
26+
## Checklist:
27+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
28+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
29+
- [ ] My code follows the code style of this project.
30+
- [ ] My change requires a change to the documentation.
31+
- [ ] I have updated the documentation accordingly.
32+
- [ ] I've read the [CONTRIBUTION](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md) guide
33+
- [ ] I have signed-off my commits with `git commit -s`
34+
- [ ] I have added tests to cover my changes.
35+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)