diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..91d78b9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: + +``[Insert here]`` + +### To Reproduce: +Steps to reproduce the behavior: +1. Go to '...' +2. Tap '...' +3. Scroll down to '...' +4. See error + +### Expected behavior: + +``[Insert here]`` + +### Screenshots: + + +### Device Info: +- **Device:** ``[Insert here]`` +- **Chip:** ``[Insert here]`` +- **iOS Version:** ``[Insert here]`` +- **Jailbroken before?** ``[Insert here]`` +- **Lara version / commit:** ``[Insert here]`` + +### Logs: + +``` +(logs here) +``` + +### Additional context: + +``[Insert here]`` + +### Pre-submission checklist: + +- [ ] 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..02b7df4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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? + +``[Insert here]`` +### Describe the solution you'd like: + +``[Insert here]`` +### Describe alternatives you've considered: + +``[Insert here]`` +### Scope: + +- [ ] 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: + +``` +(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: + +- [ ] 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