Skip to content

Commit 5bed3e7

Browse files
authored
Merge pull request #674 from AnastasiyaHladina/chore/add-bug-issue-template
chore: add bug issue template
2 parents 65c72b9 + e0f64bb commit 5bed3e7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Report a bug
3+
about: Report a bug or a functional regression
4+
title: 'Example: Variable substitution does not work for variable $x'
5+
labels: ['type: bug']
6+
assignees: ''
7+
8+
---
9+
10+
## Bug Description
11+
12+
A clear and concise description of what the current behavior is.
13+
Please also include the **steps** to reproduce the issue and an example of the **serverless.yml** file configuration.
14+
15+
## Expected behavior
16+
17+
A clear and concise description of what the expected behavior is.
18+
19+
## Technical inputs
20+
21+
**Example:**
22+
**serverless.yml** file configuration example and steps on how to reproduce the issue.

0 commit comments

Comments
 (0)