Skip to content

Commit 8442f6e

Browse files
Frank Muellerrohandubal
authored andcommitted
Converting project to use multi-issue templates (#531)
* Converting project to use multi-issue templates * Fixing test in question template * Fixing SDK text in question template * Fixing SDK text in bug template
1 parent bbac0ca commit 8442f6e

File tree

4 files changed

+74
-17
lines changed

4 files changed

+74
-17
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the behavior:
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error
16+
17+
**Which AWS service(s) are affected?**
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Screenshots**
23+
If applicable, add screenshots to help explain your problem.
24+
25+
**Environment(please complete the following information):**
26+
- SDK Version: [e.g. 2.6.25]
27+
28+
**Device Information (please complete the following information):**
29+
- Device: [e.g. Pixel XL, Simulator]
30+
- Android Version: [e.g. Nougat 7.1.2]
31+
- Specific to simulators:
32+
33+
**Additional context**
34+
Add any other context about the problem here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Which AWS Services is the feature request for?**
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Usage Question
3+
about: Ask a question about AWS Android SDK usage
4+
5+
---
6+
7+
**State your question**
8+
9+
**Which AWS Services are you utilizing?**
10+
11+
**Provide code snippets (if applicable)**
12+
13+
**Environment(please complete the following information):**
14+
- SDK Version: [e.g. 2.6.25]
15+
16+
**Device Information (please complete the following information):**
17+
- Device: [e.g. Pixel XL, Simulator]
18+
- Android Version: [e.g. Nougat 7.1.2]
19+
- Specific to simulators:
20+
21+
If you need help with understanding how to implement something in particular then we suggest that you first look into our [developer guide](https://docs.aws.amazon.com/aws-mobile/latest/developerguide/aws-mobile-android-and-iOS.html). You can also simplify your process of creating an application, as well as the associated backend setup by using the [Amplify CLI](https://aws-amplify.github.io/media/get_started).

0 commit comments

Comments
 (0)