mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
update ISSUE_TEMPALTES
This commit is contained in:
54
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
54
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
@@ -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
|
||||
|
||||
30
.github/ISSUE_TEMPLATE/feature_request.md
vendored
30
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -10,28 +10,14 @@ Thanks for sharing your idea! We love hearing how we can make BrowserOS better.
|
||||
|
||||
---
|
||||
|
||||
**Feature Area**
|
||||
<!-- Select one: Agent (AI automation), Browser (core browser features), or Both -->
|
||||
- [ ] 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**
|
||||
<!-- What problem does this feature solve? What user need does it address? -->
|
||||
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**
|
||||
<!-- What should BrowserOS do? Be as specific as possible. -->
|
||||
A clear and concise description of what you want to happen.
|
||||
**What's your proposed solution?**
|
||||
How should BrowserOS address this?
|
||||
|
||||
**Alternatives Considered**
|
||||
<!-- Have you thought of other ways to solve this problem? -->
|
||||
A description of any alternative solutions or features you've considered.
|
||||
|
||||
**Use Cases**
|
||||
<!-- How would you use this feature? What workflows does it enable? -->
|
||||
Describe specific scenarios where this feature would be helpful.
|
||||
|
||||
**Additional Context**
|
||||
<!-- Mockups, examples from other tools, technical details, etc. -->
|
||||
Add any other context, screenshots, or examples about the feature request here.
|
||||
**Additional context** (optional)
|
||||
Add screenshots, examples, or any other helpful details.
|
||||
|
||||
Reference in New Issue
Block a user