Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: add feature request template #9

Merged
merged 3 commits into from
Nov 3, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/beavs-ai-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Beavs AI Feature Request
about: A component, capability, or enhancement that could be made to Beavs AI
title: 'feat: [your feature request here]'
labels: enhancement
assignees: ''

---

# Beavs AI Feature Request

## Description
Explain what the feature is and why it would be beneficial for the Beavs AI project.

## Proposed Solution
Explain how you envision the feature working. Include any technical details, specific APIs, or frameworks that could be used to implement the feature.

## Additional Context
Any other context, screenshots, or references that would help explain the feature request further.

## Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3

## Resources
Include links to any resources, documentation, or articles that may be helpful for implementing the feature.

## Priority
- [ ] Low
- [ ] Medium
- [ ] High
Loading