Skip to content

Commit 20c8259

Browse files
authored
Updating issue templates (#182)
1 parent 7a37054 commit 20c8259

File tree

6 files changed

+114
-53
lines changed

6 files changed

+114
-53
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: needs-triage, bug report
6+
assignees: ''
7+
8+
---
9+
10+
Confirm by changing [ ] to [x] below to ensure that it's a bug:
11+
- [ ] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/aws-sdk-php/v3/api/index.html)
12+
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-php-sdk) for answers
13+
- [ ] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-php-laravel/issues) and didn't find any solution
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**Version of AWS SDK for PHP?**
19+
Example: v3.133.6
20+
* get SDK version by printing the output of `Aws\Sdk::VERSION` in your code
21+
* if the SDK was installed via composer you can see the version installed with `composer show -i`
22+
23+
**Version of AWS Service Provider for Laravel?**
24+
25+
26+
**Version of Laravel (`php artisan --version`)?**
27+
28+
29+
**Version of PHP (`php -v`)?**
30+
31+
32+
**To Reproduce (observed behavior)**
33+
Steps to reproduce the behavior (please share code or minimal repo)
34+
35+
**Expected behavior**
36+
A clear and concise description of what you expected to happen.
37+
38+
**Screenshots**
39+
If applicable, add screenshots to help explain your problem.
40+
41+
**Additional context**
42+
Any additional information relevant to the issue. Examples include any framework you may be using (e.g. Laravel, Wordpress) in conjunction with the AWS SDK for PHP, or PHP/environment config settings if the issue is related to memory or performance.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "\U0001F4DDDocumentation"
3+
about: Suggest incorrect/improvement in documentation
4+
title: ''
5+
labels: needs-triage, documentation
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue with documentation**
11+
A clear and concise description of what the issue is.
12+
13+
**To Reproduce (observed behavior)**
14+
Steps to reproduce the behavior (please share code or minimal repo)
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Additional context**
23+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F680 Feature request"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: needs-triage, feature-request
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/general_issue.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: "\U0001F4AC Questions / Help"
3+
about: If you have questions, please check AWS Forums or StackOverflow
4+
title: ''
5+
labels: needs-triage, guidance
6+
assignees: ''
7+
8+
---
9+
10+
Confirm by changing [ ] to [x] below:
11+
- [ ] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/aws-sdk-php/v3/api/index.html)
12+
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-php-sdk) for answers
13+
14+
**Version of AWS SDK for PHP?**
15+
Example: v3.133.6
16+
* get SDK version by printing the output of `Aws\Sdk::VERSION` in your code
17+
* if the SDK was installed via composer you can see the version installed with `composer show -i`
18+
19+
**Version of AWS Service Provider for Laravel?**
20+
21+
22+
**Version of Laravel (`php artisan --version`)?**
23+
24+
25+
**Version of PHP (`php -v`)?**
26+
27+
28+
**Describe the question**
29+

0 commit comments

Comments
 (0)