Skip to content

Commit 143339d

Browse files
authored
Merge pull request #56 from diehlaws/issue-templates
Adding issue templates
2 parents 6a6eda7 + 2cb492b commit 143339d

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature-request
6+
assignees: ''
7+
8+
---
9+
10+
### Is this related to a problem?
11+
A clear and concise description of the issue, e.g. I'm always frustrated when...
12+
13+
### Feature description
14+
Describe what you want to happen.
15+
16+
### Describe alternatives you've considered
17+
Any alternative solutions or features you've considered.
18+
19+
### Additional context
20+
Add any other context or screenshots about the feature request here.
21+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: General issue
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Please fill out the sections below to help us address your issue.
11+
12+
### Version of AWS SDK for PHP?
13+
14+
15+
### Version of AWS Service Provider for Symfony?
16+
17+
18+
### Version of Symfony (`bin/console --version` in project dir)?
19+
20+
21+
### Version of PHP (`php -v`)?
22+
23+
24+
### What issue did you see?
25+
26+
27+
### Steps to reproduce
28+
If you have a runnable example, please include it as a snippet or link to a repository/gist for larger code examples.
29+
30+
### Additional context
31+
Any additional information relevant to the issue, for example PHP/environment config settings if the issue is related to memory or performance.
32+

0 commit comments

Comments
 (0)