Skip to content

Commit

Permalink
chore: update issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 13, 2024
1 parent 8e5ef8d commit 3f00b36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/ADD_APP_REJECTION_FIXES_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ body:
- type: textarea
attributes:
label: 🚫 Rejection Message
description: The rejection message you received from Apple.
placeholder: |
Please provide the rejection message you received from Apple. For Example:
description: |
The rejection message you received from Apple. For Example:
```markdown
## 🚫 Guideline 2.3 - Performance - Accurate Metadata
Expand All @@ -21,22 +20,23 @@ body:
To resolve this issue, please revise or remove this content from your app’s metadata. For resources on metadata best practices, you may want to review the App Store Product Page information available on the Apple Developer website.
```
placeholder: Please provide the rejection message you received from Apple.

validations:
required: true
- type: textarea
attributes:
label: 💯 Rejection Fixes
description: The steps you took to fix the rejection.
placeholder: |
Please provide the steps you took to fix the rejection. For Example:
description: |
The steps you took to fix the rejection. For Example:
```markdown
> [!TIP]
> **A: 💯 Rejection Fixes**
>
> While mentioning macOS in the release notes for an iOS app is not problematic, mentioning iOS in the release notes for a macOS app is likely to result in rejection.
```
placeholder: Please provide the steps you took to fix the rejection.

validations:
required: true

0 comments on commit 3f00b36

Please sign in to comment.