-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from diehlaws/issue-templates
Adding issue templates
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|