Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PowerTrader AI Code Ownership Rules
# PowerTraderAI+ Code Ownership Rules
# This file defines who must review and approve changes to specific files or directories
# Reference: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

Expand Down Expand Up @@ -39,4 +39,4 @@
# Environment and deployment files
.env* @sjackson0109
docker* @sjackson0109
Dockerfile* @sjackson0109
Dockerfile* @sjackson0109
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 🐛 Bug Report
about: Report a bug or unexpected behavior in PowerTrader AI
about: Report a bug or unexpected behavior in PowerTraderAI+
title: '[BUG] '
labels: ['bug', 'needs-triage']
assignees: ''
Expand Down Expand Up @@ -30,7 +30,7 @@ A clear and concise description of what actually happened.
**Environment Details:**
- OS: [e.g. Windows 11, Ubuntu 22.04]
- Python Version: [e.g. 3.11.5]
- PowerTrader AI Version: [e.g. v1.2.3 or commit hash]
- PowerTraderAI+ Version: [e.g. v1.2.3 or commit hash]
- Trading Platform: [e.g. Robinhood, KuCoin]

## Configuration
Expand Down Expand Up @@ -62,4 +62,4 @@ Add any other context about the problem here.
- [ ] I have checked existing issues to avoid duplicates
- [ ] I have included all relevant environment details
- [ ] I have provided steps to reproduce the issue
- [ ] I have indicated if this affects live trading
- [ ] I have indicated if this affects live trading
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/code_quality.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 🔄 Code Quality Improvement
name: Code Quality Improvement
about: Suggest code quality, refactoring, or technical debt improvements
title: '[CODE QUALITY] '
labels: ['code-quality', 'technical-debt', 'needs-discussion']
Expand Down Expand Up @@ -104,4 +104,4 @@ assignees: ''
- [ ] I have identified specific code quality issues
- [ ] I have considered the implementation complexity
- [ ] I have assessed potential breaking changes
- [ ] I understand this may require significant refactoring
- [ ] I understand this may require significant refactoring
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ✨ Feature Request
about: Suggest an idea or enhancement for PowerTrader AI
about: Suggest an idea or enhancement for PowerTraderAI+
title: '[FEATURE] '
labels: ['enhancement', 'needs-discussion']
assignees: ''
Expand Down Expand Up @@ -38,12 +38,12 @@ A clear and concise description of what you want to happen.
**Use cases and benefits:**
<!-- Describe specific scenarios where this feature would be useful -->

1. **Use Case 1:**
1. **Use Case 1:**
- Description:
- Benefit:

2. **Use Case 2:**
- Description:
- Description:
- Benefit:

## Trading Impact
Expand Down Expand Up @@ -73,12 +73,12 @@ Add any other context, mockups, screenshots, or examples about the feature reque
## Priority Assessment
**How important is this feature to you?**
- [ ] Critical - Blocks current workflow
- [ ] High - Would significantly improve experience
- [ ] High - Would significantly improve experience
- [ ] Medium - Nice to have improvement
- [ ] Low - Minor enhancement

## Checklist
- [ ] I have searched existing feature requests to avoid duplicates
- [ ] I have clearly described the problem this solves
- [ ] I have considered the trading/financial impact
- [ ] I understand this is a suggestion, not a guarantee of implementation
- [ ] I understand this is a suggestion, not a guarantee of implementation
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/security_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If this is a critical security vulnerability that could affect live trading or u
**Environment where discovered:**
- OS: [e.g. Windows 11, Ubuntu 22.04]
- Python Version: [e.g. 3.11.5]
- PowerTrader AI Version: [e.g. v1.2.3 or commit hash]
- PowerTraderAI+ Version: [e.g. v1.2.3 or commit hash]

## Reproduction (General Steps)
**General reproduction steps (without exploit details):**
Expand All @@ -80,4 +80,4 @@ If this is a critical security vulnerability that could affect live trading or u
- [ ] I have followed responsible disclosure practices
- [ ] I have avoided posting sensitive exploit details
- [ ] I understand the potential impact of this issue
- [ ] I am willing to work with maintainers on a fix
- [ ] I am willing to work with maintainers on a fix
Loading
Loading