From 83c77ae41d85163ad196d8a67ffd8b93aae7be4e Mon Sep 17 00:00:00 2001 From: Nikhil Sonti Date: Wed, 8 Oct 2025 10:25:00 -0700 Subject: [PATCH] update ISSUE_TEMPALTES --- .github/ISSUE_TEMPLATE/01-bug.yml | 54 +++++++---------------- .github/ISSUE_TEMPLATE/feature_request.md | 30 ++++--------- 2 files changed, 23 insertions(+), 61 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index f1c1f4c8f..4fa31e65c 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -15,18 +15,29 @@ body: label: Issue Type description: What type of issue are you reporting? options: - - Agent Issue (AI automation, extension features) - - Browser Issue (installation, UI, core browser) + - Agent Issue + - Browser Issue - Both / Not sure validations: required: true + - id: operating-system + type: dropdown + attributes: + label: Operating System + description: What operating system are you running? + options: + - macOS + - Windows + - Linux + validations: + required: true + - id: description type: textarea attributes: label: Description of the bug description: A clear and concise description of what the bug is. - placeholder: Describe what went wrong... validations: required: true @@ -61,43 +72,8 @@ body: type: input attributes: label: BrowserOS Version - description: Which version of BrowserOS are you using? (Find it in chrome://settings/help) + description: Which version of BrowserOS are you using? (Find it in `chrome://settings/help`) placeholder: e.g., 137.0.7212.69 - validations: - required: true - - - id: operating-system - type: dropdown - attributes: - label: Operating System - description: What operating system are you running? - options: - - macOS - - Windows - - Linux - validations: - required: true - - - id: ai-provider - type: dropdown - attributes: - label: AI Provider (Agent Issues Only) - description: Which AI provider are you using? Leave blank if not applicable - options: - - Not applicable - - OpenAI - - Anthropic (Claude) - - Google (Gemini) - - Ollama - - LMStudio - - Other (specify below) - - - id: ai-model - type: input - attributes: - label: AI Model / Custom Provider (Agent Issues Only) - description: If you selected "Other" above, or want to specify the exact model name - placeholder: e.g., gpt-4, claude-3-sonnet, llama3, custom-model - id: additional-context type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a38d093f9..25ab92cb8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -10,28 +10,14 @@ Thanks for sharing your idea! We love hearing how we can make BrowserOS better. --- -**Feature Area** - -- [ ] Agent (AI automation, extension features) -- [ ] Browser (installation, UI, core browser) -- [ ] Both +**What problem does this solve?** +Describe the problem or frustration you're experiencing. -**Problem Statement** - -A clear and concise description of the problem. Ex. "I'm always frustrated when..." +**How are you working around this today?** +What's your current solution or workaround, if any? -**Proposed Solution** - -A clear and concise description of what you want to happen. +**What's your proposed solution?** +How should BrowserOS address this? -**Alternatives Considered** - -A description of any alternative solutions or features you've considered. - -**Use Cases** - -Describe specific scenarios where this feature would be helpful. - -**Additional Context** - -Add any other context, screenshots, or examples about the feature request here. +**Additional context** (optional) +Add screenshots, examples, or any other helpful details.