Skip to content

mcaco95/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Project Name]

Brief description of what this project does.

Tech Stack

  • Frontend:
  • Backend:
  • Database:

Getting Started

# Clone the repo
git clone https://github.com/ORG/REPO.git
cd REPO

# Set up environment
cp .env.example .env

# Start services
docker compose up

Development Workflow

  1. Branch from dev: git checkout -b feature/my-feature
  2. Make changes and commit: git commit -m "feat: description"
  3. Push and open PR: git push -u origin feature/my-feature
  4. PR targets dev → CI runs → Bugbot reviews → Merge
  5. devmain when stable (production deploy)

AI Agent Workflow

  1. Create a GitHub issue with the jules label
  2. Jules writes code and opens a PR
  3. Bugbot reviews and auto-fixes issues
  4. Human approves and merges

Project Structure

├── .github/           # CI workflows, issue/PR templates
├── .cursor/           # Cursor IDE rules, Bugbot config
├── AGENTS.md          # AI agent instructions
└── setup.sh           # One-time project setup script

Labels

Label Purpose
agent-task Work for AI agents
jules Assigned to Jules
bugbot Code review related
triage Needs prioritization
sprint-current Current sprint
blocked Waiting on something
frontend / backend / infrastructure Area of work

About

Reusable project template with CI/CD, AI agent workflows (Jules, Bugbot, Cursor), issue templates, and PR automation. Use this template to start any new project with the full AI-assisted dev stack pre-configured.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages