Skip to content

Commit fb86060

Browse files
authored
Issue template v2 (#290)
Use issue Report v2: Issue template using the GitHub Forms syntax.
1 parent 5dc0da0 commit fb86060

File tree

2 files changed

+71
-20
lines changed

2 files changed

+71
-20
lines changed

.github/ISSUE_TEMPLATE.md

-20
This file was deleted.
+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Swift AWS Lambda SDK issue
2+
description: File an issue report with the usage of the Swift AWS Lambda Runtime
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: "Thanks for taking the time to fill out this issue report"
7+
- type: textarea
8+
id: expected-behavior
9+
attributes:
10+
label: Expected behavior
11+
description: What you expected to happen?
12+
placeholder: Describe with your own words the expected result
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: what-happend
17+
attributes:
18+
label: Actual behavior
19+
description: What actually happened
20+
placeholder: Describe
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: steps-to-reproduce
25+
attributes:
26+
label: Steps to reproduce
27+
description: List the steps followed to reproduce the behaviour you are reporting
28+
placeholder: |
29+
1. First I...
30+
2. Then...
31+
3. Finally...
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: code-snippet
36+
attributes:
37+
label: If possible, minimal yet complete reproducer code (or URL to code)
38+
description: List the steps followed to reproduce the behaviour you are reporting
39+
placeholder: |
40+
You can add any relevant code snippet that you consider or an URL to code.
41+
42+
URL could be a link to a GitHub Gist, for example
43+
validations:
44+
required: false
45+
- type: input
46+
id: swift-aws-lambda-runtime-version
47+
attributes:
48+
label: What version of this project (`swift-aws-lambda-runtime`) are you using?
49+
description: The release, branch or commit hash related with this issue.
50+
placeholder: 1.0.0-alpha.1
51+
validations:
52+
required: true
53+
- type: textarea
54+
id: swift-version
55+
attributes:
56+
label: Swift version
57+
description: Swift environment version.
58+
placeholder: |
59+
Open a Terminal and execute the following command
60+
61+
swift --version && uname -a
62+
validations:
63+
required: true
64+
- type: input
65+
id: amazon-linux-2-version
66+
attributes:
67+
label: Amazon Linux 2 docker image version
68+
description: The docker image tag used to archive the lambda, if available.
69+
placeholder: 5.7.3-amazonlinux2
70+
validations:
71+
required: false

0 commit comments

Comments
 (0)