Skip to content

Commit

Permalink
Adding issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlaws committed May 6, 2019
1 parent 6a6eda7 commit 2cb492b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
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.

0 comments on commit 2cb492b

Please sign in to comment.