Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
name: Bug Report
description: Report a bug or issue with the Cash App Clone
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the form below.
**Note:** Issues that are not related to this project (Cash App Clone) will be closed as spam.

- type: input
id: device
attributes:
label: Device Model
description: Which iPhone model are you using?
placeholder: e.g., iPhone 11, iPhone 13
validations:
required: true

- type: input
id: ios-version
attributes:
label: iOS Version
description: What version of iOS are you running?
placeholder: e.g., iOS 17.4
validations:
required: true

- type: input
id: app-version
attributes:
label: App Version
description: Which version of the Cash App Clone are you using?
placeholder: e.g., v1.0, v1.1
validations:
required: true

- type: input
id: install-method
attributes:
label: Installation Method
description: How did you install the app?
placeholder: e.g., Sideloadly, Esign, Xcode
validations:
required: true

- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: Describe the bug...
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Open the app
2. Go to...
3. Tap on...
4. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Telegram Support
url: https://t.me/undecryptable81
about: For general questions, custom builds, or other app clones, contact via Telegram.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Feature Request
description: Suggest a new feature for the Cash App Clone
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please fill out the form below.
**Note:** Issues that are not related to this project (Cash App Clone) will be closed as spam.

- type: textarea
id: description
attributes:
label: Feature Description
description: A clear and concise description of the feature you'd like.
placeholder: Describe the feature...
validations:
required: true

- type: textarea
id: motivation
attributes:
label: Motivation
description: Why would this feature be useful? What problem does it solve?
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you considered any alternative solutions or workarounds?
validations:
required: false

- type: input
id: device
attributes:
label: Device Model
description: Which iPhone model(s) should this feature target?
placeholder: e.g., iPhone 11, iPhone 13, All
validations:
required: false