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
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Bug report
about: Create a report to help us improve Lara
title: "[BUG] Insert Title Here"
labels: bug
assignees: ''

---

### Describe the bug:
<!-- A clear and concise description of what the bug is. -->
``[Insert here]``

### To Reproduce:
Steps to reproduce the behavior:
1. Go to '...'
2. Tap '...'
3. Scroll down to '...'
4. See error

### Expected behavior:
<!-- What you expected to happen. -->
``[Insert here]``

### Screenshots:
<!-- If applicable, add screenshots to help explain your problem. -->

### Device Info:
- **Device:** ``[Insert here]`` <!-- e.g. iPhone 13 Pro, iPad Air 5 -->
- **Chip:** ``[Insert here]`` <!-- e.g. A15, A14, M1 -->
- **iOS Version:** ``[Insert here]`` <!-- e.g. 16.5 (20F66) — include the build number -->
- **Jailbroken before?** ``[Insert here]`` <!-- Yes / No / First attempt on this device -->
- **Lara version / commit:** ``[Insert here]`` <!-- e.g. v0.3 or commit hash -->

### Logs:
<!-- Paste crash logs, console output, or kernel panic text. Use ``` fences. -->
```
(logs here)
```

### Additional context:
<!-- Anything else — recent iOS updates, tweaks installed, prior jailbreak state, etc. -->
``[Insert here]``

### Pre-submission checklist:
<!-- Please confirm all of the following before submitting. Issues missing these may be closed. -->
- [ ] I have searched existing issues (open and closed) and confirmed this is not a duplicate
- [ ] I can reproduce this on the latest version / commit of Lara
- [ ] I have provided sufficient detail (device info, logs, reproduction steps) for a maintainer to investigate
- [ ] I agree to communicate respectfully with the developers and understand that harassment may result in restricted support
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature] Insert Title Here"
labels: enhancement
assignees: ''

---

### Is your feature request related to a problem?
<!-- A clear and concise description of what the problem is. e.g. "It's frustrating when..." -->
``[Insert here]``
### Describe the solution you'd like:
<!-- What you want to happen. Be specific about the behavior, UI, or capability. -->
``[Insert here]``
### Describe alternatives you've considered:
<!-- Other approaches, workarounds, or existing tools that partially solve this. -->
``[Insert here]``
### Scope:
<!-- Check all that apply. -->
- [ ] UI / UX change
- [ ] New exploit capability or device support
- [ ] Tweak / package management
- [ ] Persistence or boot behavior
- [ ] Logging, diagnostics, or error handling
- [ ] Build system / CI
- [ ] Documentation
- [ ] Other
### Additional context:
<!-- Mockups, references to similar features in other jailbreaks, related issues, links to research. -->
```
(paste references, logs, or snippets here if useful)
```
### Are you willing to help implement this?
- [ ] Yes, I can submit a PR
- [ ] I can help test
- [ ] I'm just suggesting the idea

### Pre-submission checklist:
<!-- Please confirm all of the following before submitting. Requests missing these may be closed. -->
- [ ] I have searched existing issues (open and closed) and confirmed this feature has not already been requested
- [ ] This request is relevant to the latest version / commit of Lara
- [ ] I have provided sufficient detail (problem, proposed solution, scope) for a maintainer to evaluate
- [ ] I agree to communicate respectfully with the developers and understand that harassment may result in restricted support
Loading