Skip to content
Merged
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
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: 🐛 Bug Report
description: Report a bug or issue
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!

- type: textarea
id: description
attributes:
label: Bug Description
description: A clear description of what the bug is
placeholder: Describe the issue you're experiencing
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1.
2.
3.
validations:
required: true

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

- type: textarea
id: current
attributes:
label: Current Behavior
description: What is current behavior
validations:
required: true

- type: textarea
id: environment
attributes:
label: Environment
description: Please provide environment details
placeholder: MacOs, Windows, Linux, Chrome, Firefox, Safari
validations:
required: true

- type: textarea
id: logs
attributes:
label: Logs/Screenshots
description: Add any relevant logs or screenshots
placeholder: Paste logs or drag images here
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: "⚙️ Enhancement"
description: Suggest improvements to existing features
title: "[ENHANCEMENT]: "
labels: ["enhancement"]
body:
- type: textarea
id: current
attributes:
label: Current behavior
description: What currently happens?
placeholder: "Transaction history loads slowly on mobile"
validations:
required: true

- type: textarea
id: proposed
attributes:
label: Proposed improvement
description: How should it work better?
placeholder: "Add infinite scroll + caching"
validations:
required: true

- type: dropdown
id: priority
attributes:
label: Priority
options:
- High (affects many users)
- Medium (noticeable improvement)
- Low (nice to have)
validations:
required: true

- type: dropdown
id: component
attributes:
label: Component affected
options:
- iOS
- Android
- Web
- API
- UX/UI
- Other
validations:
required: true
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "🚀 Feature Request"
description: Suggest new features or integrations
title: "[FEATURE]: "
labels: ["feature", "enhancement"]
body:
- type: textarea
id: description
attributes:
label: Feature description
description: What new capability?
placeholder: "Describe the Feature capability"
validations:
required: true

- type: textarea
id: motivation
attributes:
label: Why this feature?
description: User need or competitor gap?
placeholder: "Explain the problem this feature solves"
validations:
required: true

- type: textarea
id: implementation
attributes:
label: Implementation ideas
description: APIs, libraries, rough approach?
placeholder: "Any technical suggestions?"
validations:
required: false
50 changes: 50 additions & 0 deletions .github/pr_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Pull Request Title
<!-- Use a clear and concise title that summarizes the change -->

---

## 📌 Description
<!-- Briefly describe what this PR does and why it is needed -->
- What problem does it solve?
- What changes were made?

---

## 🔗 Related Issue
<!-- Link the issue this PR addresses -->
Closes #ISSUE_NUMBER

---

## 🛠 Type of Change
<!-- Check the relevant option -->
- [ ] 🐛 Bug fix (non-breaking change fixing an issue)
- [ ] ✨ Enhancement (improves existing functionality)
- [ ] 🚀 New feature (adds new functionality)
- [ ] 📝 Documentation update

---

## ✅ Checklist
<!-- Ensure all items are completed before requesting review -->
- [ ] Code follows project coding standards
- [ ] Self-review completed
- [ ] Tests added or updated (if applicable)
- [ ] All tests passed locally
- [ ] Documentation updated (if required)
- [ ] No new warnings or errors introduced

---

## 🧪 Testing Done
<!-- Describe tests performed or attach screenshots/videos if applicable -->
- Test cases executed:
- Screenshots (if UI-related):
- Commands used:

---

## 🗒 Additional Notes
<!-- Optional: Any extra context, design decisions, or future work -->
- Known limitations:
- Follow-up tasks: