Skip to content

Commit 49d693f

Browse files
committed
Add .github folder
This enables templates for issues and PRs. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent b6e1c2a commit 49d693f

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## What would you like to let us know?
2+
3+
What's wrong?
4+
5+
* [ ] I found a typo
6+
* [ ] An update required to an old post
7+
* [ ] I'm stuck with a tutorial
8+
9+
Let us know more below:
10+
11+
12+
## Do you want to chat to us about this issue?
13+
14+
Head over to Slack https://slack.openfaas.io/

.github/PULL_REQUEST_TEMPLATE.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
## Description
3+
<!--- Describe your changes in detail -->
4+
5+
## Motivation and Context
6+
7+
8+
## Have you applied the editorial and style guide to your post?
9+
10+
See the [README.md](README.md)
11+
12+
## How have you tested the instructions for any tutorial steps?
13+
14+
15+
## Types of changes
16+
17+
- [ ] New blog post
18+
- [ ] Updating an existing blog post
19+
- [ ] Updating part of the page page
20+
- [ ] Adding a new web-page
21+
22+
## Checklist:
23+
24+
- [ ] I have given attribution for any images I have used and have permission to use them under Copyright law
25+
- [ ] My code follows the [writing-style of the publication](README.md) and I have checked this
26+
- [ ] I've read the [CONTRIBUTION](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md) guide
27+
- [ ] I have signed-off my commits with `git commit -s`

0 commit comments

Comments
 (0)