Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature-request
assignees: ''

---

### Is this related to a problem?
A clear and concise description of the issue, e.g. I'm always frustrated when...

### Feature description
Describe what you want to happen.

### Describe alternatives you've considered
Any alternative solutions or features you've considered.

### Additional context
Add any other context or screenshots about the feature request here.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/general_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: General issue
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Please fill out the sections below to help us address your issue.

### Version of AWS SDK for PHP?


### Version of AWS Service Provider for Symfony?


### Version of Symfony (`bin/console --version` in project dir)?


### Version of PHP (`php -v`)?


### What issue did you see?


### Steps to reproduce
If you have a runnable example, please include it as a snippet or link to a repository/gist for larger code examples.

### Additional context
Any additional information relevant to the issue, for example PHP/environment config settings if the issue is related to memory or performance.