This directory contains GitHub-specific configuration, workflows, and issue management resources.
.github/
βββ ISSUE_TEMPLATE/ # Issue templates
β βββ bug_report.md # Bug report template
β βββ feature_request.md # Feature request template
β βββ contract_issue.md # Smart contract issue template
βββ workflows/ # GitHub Actions CI/CD
β βββ ci.yml # Main CI workflow
β βββ contracts.yml # Contract testing workflow
βββ scripts/ # Automation scripts
β βββ create_issues.sh # Batch issue creation script
βββ GITHUB_ISSUES.md # Complete issue list (45 issues)
βββ PROJECT_BOARD.md # Project board setup guide
βββ QUICK_START_ISSUES.md # Quick start guide
βββ README.md # This file
Option A: Use the script (recommended)
cd .github/scripts
./create_issues.shOption B: Manual creation
Follow the guide in QUICK_START_ISSUES.md
- Go to repository β Projects β New project
- Choose "Board" template
- Follow instructions in
PROJECT_BOARD.md
GitHub Actions workflows are already configured:
ci.yml- Main CI pipelinecontracts.yml- Smart contract testing
Three templates are available when creating issues:
- Bug Report - For reporting bugs and unexpected behavior
- Feature Request - For suggesting new features
- Contract Issue - For smart contract-specific issues
Total issues identified: 45
- Critical: 1 (Security audit)
- High: 23 (Core features for v1.0)
- Medium: 18 (Important enhancements)
- Low: 3 (Future features)
- Smart Contracts: 12 issues
- Backend: 8 issues
- Frontend: 7 issues
- DevOps: 6 issues
- Documentation: 4 issues
- Testing: 5 issues
- Security: 3 issues
- v1.0 - MVP Launch: 24 issues
- v1.1 - Mainnet Launch: 11 issues
- v2.0 - Advanced Features: 10 issues
contracts- Smart contract relatedbackend- Backend API relatedfrontend- Frontend UI relateddevops- DevOps and infrastructuredocumentation- Documentationtesting- Testing and QAsecurity- Security related
critical- Critical priorityhigh-priority- High prioritymedium-priority- Medium prioritylow-priority- Low priority
bug- Something isn't workingenhancement- New feature or requestoptimization- Performance optimization
market- Market contractfactory- Factory contractamm- AMM contracttreasury- Treasury contractoracle- Oracle contractsoroban- Soroban/Stellar
Testnet launch with core features
- Complete smart contracts
- Basic backend API
- Functional frontend
- Wallet integration
Production-ready mainnet deployment
- Security audit completed
- Monitoring and alerting
- Load testing passed
- Documentation complete
Advanced features and integrations
- Cross-chain integration
- NFT achievement system
- AI-powered analytics
- DAO governance
GITHUB_ISSUES.md- Complete list of all 45 issues with detailed descriptionsQUICK_START_ISSUES.md- Quick guide to create top 10 priority issuesPROJECT_BOARD.md- Project board setup and management guide
PROJECT_BOARD.md- Sprint planning, metrics, and team roles- Issue templates for consistent issue creation
- Milestone definitions and success criteria
Runs on: Push to main, Pull requests
- Linting
- Type checking
- Unit tests
- Build verification
Runs on: Push to main, Pull requests to contracts/
- Rust compilation
- Contract tests
- WASM optimization
- Security checks
When creating issues:
- Use appropriate issue template
- Add relevant labels
- Assign to milestone
- Link related issues
- Include acceptance criteria
- Estimate effort (story points)
When working on issues:
- Assign yourself to the issue
- Move to "In Progress" on project board
- Create feature branch
- Submit PR when ready
- Link PR to issue
- Request review
For questions about:
- Issue creation β See
QUICK_START_ISSUES.md - Project board β See
PROJECT_BOARD.md - Workflows β See workflow files in
workflows/ - General β Open a discussion on GitHub
- GitHub Projects Documentation
- GitHub Actions Documentation
- Issue Templates Guide
- Conventional Commits
- All issues are documented in
GITHUB_ISSUES.md - Use the script in
scripts/create_issues.shfor batch creation - Follow the project board guide for optimal workflow
- Keep issue templates updated as project evolves
- Review and update milestones quarterly
Last Updated: February 2026 Maintained by: BoxMeOut Stella Team