Skip to content

Commit 7a6ba86

Browse files
authored
chore: Update GitHub templates (#3042)
1 parent bfcbf8d commit 7a6ba86

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ body:
3030
| `com.amplifyframework:core` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/core) |
3131
| `com.amplifyframework:core-kotlin` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/core-kotlin) |
3232
| `com.amplifyframework:rxbindings` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/rxbindings) |
33+
| `com.amplifyframework:apollo-appsync` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/apollo-appsync) |
34+
| `com.amplifyframework:apollo-appsync-amplify` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/apollo-appsync-amplify) |
3335
3436
</details>
3537
@@ -85,7 +87,7 @@ body:
8587
value: |
8688
<details>
8789
88-
```groovy
90+
```kotlin
8991
// Put output below this line
9092
9193
@@ -145,7 +147,7 @@ body:
145147
146148
**Be sure to remove any sensitive data.**
147149
value: |
148-
```java
150+
```kotlin
149151
// Put your code below this line.
150152
151153
```
@@ -180,8 +182,8 @@ body:
180182
## Configuration
181183
- type: textarea
182184
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.
185187
placeholder: |
186188
```json
187189
{

.github/ISSUE_TEMPLATE/2.feature_report.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ body:
3030
| `com.amplifyframework:core` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/core) |
3131
| `com.amplifyframework:core-kotlin` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/core-kotlin) |
3232
| `com.amplifyframework:rxbindings` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/rxbindings) |
33-
33+
| `com.amplifyframework:apollo-appsync` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/apollo-appsync) |
34+
| `com.amplifyframework:apollo-appsync-amplify` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/apollo-appsync-amplify) |
35+
3436
</details>
3537
3638
- type: checkboxes
@@ -85,7 +87,7 @@ body:
8587
value: |
8688
<details>
8789
88-
```groovy
90+
```kotlin
8991
// Put output below this line
9092
9193
@@ -145,7 +147,7 @@ body:
145147
146148
**Be sure to remove any sensitive data.**
147149
value: |
148-
```java
150+
```kotlin
149151
// Put your code below this line.
150152
151153
```
@@ -155,8 +157,8 @@ body:
155157
## Configuration
156158
- type: textarea
157159
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.
160162
placeholder: |
161163
```json
162164
{

.github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
- [ ] Added Unit Tests
1616
- [ ] Added Integration Tests
1717
- [ ] 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`)
1819

1920
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)