File tree 3 files changed +14
-9
lines changed
3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 30
30
| `com.amplifyframework:core` |  |
31
31
| `com.amplifyframework:core-kotlin` |  |
32
32
| `com.amplifyframework:rxbindings` |  |
33
+ | `com.amplifyframework:apollo-appsync` |  |
34
+ | `com.amplifyframework:apollo-appsync-amplify` |  |
33
35
34
36
</details>
35
37
85
87
value : |
86
88
<details>
87
89
88
- ```groovy
90
+ ```kotlin
89
91
// Put output below this line
90
92
91
93
@@ -145,7 +147,7 @@ body:
145
147
146
148
**Be sure to remove any sensitive data.**
147
149
value : |
148
- ```java
150
+ ```kotlin
149
151
// Put your code below this line.
150
152
151
153
```
@@ -180,8 +182,8 @@ body:
180
182
## Configuration
181
183
- type : textarea
182
184
attributes :
183
- label : amplifyconfiguration.json
184
- description : If applicable, please provide your `amplifyconfiguration.json` file.
185
+ label : Configuration File
186
+ description : If applicable, please provide your `amplifyconfiguration.json` (Gen1) or `amplify_outputs.json` (Gen2) file with sensitive information removed .
185
187
placeholder : |
186
188
```json
187
189
{
Original file line number Diff line number Diff line change 30
30
| `com.amplifyframework:core` |  |
31
31
| `com.amplifyframework:core-kotlin` |  |
32
32
| `com.amplifyframework:rxbindings` |  |
33
-
33
+ | `com.amplifyframework:apollo-appsync` |  |
34
+ | `com.amplifyframework:apollo-appsync-amplify` |  |
35
+
34
36
</details>
35
37
36
38
- type : checkboxes
85
87
value : |
86
88
<details>
87
89
88
- ```groovy
90
+ ```kotlin
89
91
// Put output below this line
90
92
91
93
@@ -145,7 +147,7 @@ body:
145
147
146
148
**Be sure to remove any sensitive data.**
147
149
value : |
148
- ```java
150
+ ```kotlin
149
151
// Put your code below this line.
150
152
151
153
```
@@ -155,8 +157,8 @@ body:
155
157
## Configuration
156
158
- type : textarea
157
159
attributes :
158
- label : amplifyconfiguration.json
159
- description : If applicable to the new feature , please provide your `amplifyconfiguration.json` file with sensitive information removed.
160
+ label : Configuration File
161
+ description : If applicable, please provide your `amplifyconfiguration.json` (Gen1) or `amplify_outputs.json` (Gen2) file with sensitive information removed.
160
162
placeholder : |
161
163
```json
162
164
{
Original file line number Diff line number Diff line change 15
15
- [ ] Added Unit Tests
16
16
- [ ] Added Integration Tests
17
17
- [ ] Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
18
+ - [ ] Ensure commit message has the appropriate scope (e.g ` fix(storage): message ` , ` feat(auth): message ` , ` chore(all): message ` )
18
19
19
20
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
You can’t perform that action at this time.
0 commit comments