From 2cb492b17cac54931ec6500e622e611f1768a0f5 Mon Sep 17 00:00:00 2001 From: Alex Diehl Date: Mon, 6 May 2019 15:14:51 -0700 Subject: [PATCH] Adding issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 21 +++++++++++++++ .github/ISSUE_TEMPLATE/general_issue.md | 32 +++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/general_issue.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..214d7e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. + diff --git a/.github/ISSUE_TEMPLATE/general_issue.md b/.github/ISSUE_TEMPLATE/general_issue.md new file mode 100644 index 0000000..9f5c63c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_issue.md @@ -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. +