Skip to content

Commit 858ea76

Browse files
authored
Merge pull request #3 from A-Hilaly/github
Add github Issues and PullRequests templates
2 parents 19f0856 + b03f0f1 commit 858ea76

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A concise description of what the bug is.
12+
13+
**Steps to reproduce**
14+
15+
**Expected outcome**
16+
A concise description of what you expected to happen.
17+
18+
**Environment**
19+
20+
* Operating system
21+
* Go version
22+
* AWS service targeted (S3, RDS, etc.)
23+
* `generator.yaml` if used.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem?**
11+
A description of what the problem is. For example: I'm frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A description of any alternative solutions or features you've considered.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Issue #, if available:
2+
3+
Description of changes:
4+
5+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)