From f3107b07bc5e915ee62498afab07dac6c8897f03 Mon Sep 17 00:00:00 2001 From: Pro42good DQ <119337293+Pro42good@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:43:36 -0400 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 50 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 44 ++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e32467df --- /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 From 57bdecc6ce2f3f7095f55e4864357b6716d5ad26 Mon Sep 17 00:00:00 2001 From: Pro42good DQ <119337293+Pro42good@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:28:22 -0400 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e32467df..91d78b9c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve lara +about: Create a report to help us improve Lara title: "[BUG] Insert Title Here" labels: bug assignees: ''