Remove VS Code and Makefile references, delete issue templates

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-18 04:02:24 +00:00
parent 55233981f8
commit 6e59d53fe5
13 changed files with 0 additions and 223 deletions

View File

@@ -150,22 +150,6 @@ For developers and contributors working on the moko-cassiopeia template:
### Quick Start for Developers
Get started in minutes:
```bash
# Setup development environment
make dev-setup
# Validate code
make validate-required
# Check code quality
make quality
# Create distribution package
make package
```
**New to the project?** See [Quick Start Guide](./docs/QUICK_START.md) for a 5-minute walkthrough.
### Development Resources
@@ -176,11 +160,7 @@ make package
### Available Tools
- **Makefile**: Run `make help` to see all available commands
- **Pre-commit Hooks**: Automatic validation before commits
- **VS Code Tasks**: Pre-configured development tasks
Run `make help` to see all available development commands.
## Changelog