From 660a98dd3baa24d857ea27f3033574453a1e862e Mon Sep 17 00:00:00 2001 From: Nyumat <46255836+Nyumat@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:31:36 -0700 Subject: [PATCH 1/2] Update issue templates --- .../beavs-ai-feature-request.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/beavs-ai-feature-request.md diff --git a/.github/ISSUE_TEMPLATE/beavs-ai-feature-request.md b/.github/ISSUE_TEMPLATE/beavs-ai-feature-request.md new file mode 100644 index 0000000..d407c9e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/beavs-ai-feature-request.md @@ -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 From ccd54f16722a4e0b25728b70cdc0f16a392a8600 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 2 Nov 2024 21:31:18 -0700 Subject: [PATCH 2/2] format: run on new file --- .../ISSUE_TEMPLATE/beavs-ai-feature-request.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/beavs-ai-feature-request.md b/.github/ISSUE_TEMPLATE/beavs-ai-feature-request.md index d407c9e..4c72844 100644 --- a/.github/ISSUE_TEMPLATE/beavs-ai-feature-request.md +++ b/.github/ISSUE_TEMPLATE/beavs-ai-feature-request.md @@ -1,32 +1,37 @@ --- name: Beavs AI Feature Request about: A component, capability, or enhancement that could be made to Beavs AI -title: 'feat: [your feature request here]' +title: "feat: [your feature request here]" labels: enhancement -assignees: '' - +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 + +- [ ] Low +- [ ] Medium - [ ] High