mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
The New Archon (Beta) - The Operating System for AI Coding Assistants!
This commit is contained in:
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,39 +0,0 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help improve Archon
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
A clear and concise description of the issue.
|
||||
|
||||
## Steps to Reproduce
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
## Expected Behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## Actual Behavior
|
||||
A clear and concise description of what actually happened.
|
||||
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## Environment
|
||||
- OS: [e.g. Windows 10, macOS Monterey, Ubuntu 22.04]
|
||||
- Python Version: [e.g. Python 3.13, Python 3.12]
|
||||
- Using MCP or Streamlit (or something else)
|
||||
|
||||
## Additional Context
|
||||
Add any other context about the problem here, such as:
|
||||
- Does this happen consistently or intermittently?
|
||||
- Were there any recent changes that might be related?
|
||||
- Any workarounds you've discovered?
|
||||
|
||||
## Possible Solution
|
||||
If you have suggestions on how to fix the issue or what might be causing it.
|
||||
131
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
131
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,131 @@
|
||||
name: 🐛 Bug Report
|
||||
description: Report a bug to help us improve Archon V2 Alpha
|
||||
title: "🐛 [Bug]: "
|
||||
labels: ["bug", "needs-triage"]
|
||||
assignees: []
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# 🐛 Bug Report for Archon V2 Alpha
|
||||
|
||||
Thank you for taking the time to report a bug! This helps us improve Archon for everyone.
|
||||
|
||||
- type: input
|
||||
id: archon-version
|
||||
attributes:
|
||||
label: Archon Version
|
||||
description: What version of Archon are you running?
|
||||
placeholder: "v0.1.0 or check package.json"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: severity
|
||||
attributes:
|
||||
label: Bug Severity
|
||||
description: How severe is this bug?
|
||||
options:
|
||||
- "🟢 Low - Minor inconvenience"
|
||||
- "🟡 Medium - Affects functionality"
|
||||
- "🟠 High - Blocks important features"
|
||||
- "🔴 Critical - App unusable"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Bug Description
|
||||
description: What were you trying to do when this bug occurred?
|
||||
placeholder: "I was trying to crawl a documentation site when..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: Detailed steps to reproduce the bug
|
||||
placeholder: |
|
||||
1. Go to Knowledge Base page
|
||||
2. Click "Add Knowledge"
|
||||
3. Enter URL: https://example.com
|
||||
4. Click "Add Source"
|
||||
5. Error occurs...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: What should have happened?
|
||||
placeholder: "The site should have been crawled successfully and added to my knowledge base..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: actual-behavior
|
||||
attributes:
|
||||
label: Actual Behavior
|
||||
description: What actually happened?
|
||||
placeholder: "Instead, I got an error message and the crawling failed..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: error-details
|
||||
attributes:
|
||||
label: Error Details (if any)
|
||||
description: Copy and paste any error messages, stack traces, or console errors
|
||||
placeholder: |
|
||||
Error: Failed to crawl URL
|
||||
at CrawlingService.crawlUrl (/app/src/services/crawling.js:123:15)
|
||||
at async POST /api/knowledge/crawl
|
||||
render: text
|
||||
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Affected Component
|
||||
description: Which part of Archon is affected?
|
||||
options:
|
||||
- "🔍 Knowledge Base / RAG"
|
||||
- "🔗 MCP Integration"
|
||||
- "📋 Projects & Tasks (if enabled)"
|
||||
- "⚙️ Settings & Configuration"
|
||||
- "🖥️ User Interface"
|
||||
- "🐳 Docker / Infrastructure"
|
||||
- "❓ Not Sure"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: browser-os
|
||||
attributes:
|
||||
label: Browser & OS
|
||||
description: What browser and operating system are you using?
|
||||
placeholder: "Chrome 122 on macOS 14.1"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Any other context about the problem (screenshots, logs, etc.)
|
||||
placeholder: "Add any other context here..."
|
||||
|
||||
- type: checkboxes
|
||||
id: service-status
|
||||
attributes:
|
||||
label: Service Status (check all that are working)
|
||||
description: Which Archon services were running when the bug occurred?
|
||||
options:
|
||||
- label: "🖥️ Frontend UI (http://localhost:3737)"
|
||||
- label: "⚙️ Main Server (http://localhost:8181)"
|
||||
- label: "🔗 MCP Service (localhost:8051)"
|
||||
- label: "🤖 Agents Service (http://localhost:8052)"
|
||||
- label: "💾 Supabase Database (connected)"
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,5 +0,0 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Archon Community
|
||||
url: https://thinktank.ottomator.ai/c/archon/30
|
||||
about: Please ask questions and start conversations about Archon here in the oTTomator Think Tank!
|
||||
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,19 +0,0 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for Archon
|
||||
title: '[FEATURE] '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Describe the feature you'd like and why
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
## User Impact
|
||||
Who would benefit from this feature and how?
|
||||
|
||||
## Implementation Details (optional)
|
||||
Any thoughts on how this might be implemented?
|
||||
|
||||
## Additional context
|
||||
Add any other screenshots, mockups, or context about the feature request here.
|
||||
Reference in New Issue
Block a user