Project Instellingen
Configureer projectinstellingen, notificaties en teamtoegang.
Project settings let you customize how your project behaves. From basic info to advanced deployment options, this guide covers all available settings.
Accessing Settings
Open your project and click the gear icon or navigate to Settings in the project sidebar.
Project settings navigation
[Screenshot placeholder]
General Settings
Project Information
- Name — Update the project display name
- Description — Add context for AI and team members
- Avatar — Upload a custom project icon
- Visibility — Control who can see this project
Technology Stack
Update the detected or configured technologies. Accurate stack info helps AI write better code.
✨Detailed Stack Info
The more specific you are about your stack, the better. Instead of just "React", specify "React 18 with TypeScript, Tailwind CSS, and Zustand for state management".
Repository Settings
Branch Configuration
- Default Branch — Where AI creates branches from (usually main or develop)
- Branch Prefix — Prefix for AI-created branches (default: turtle/)
- Auto-merge — Automatically merge approved PRs
Commit Settings
- Commit Message Format — Customize AI commit messages
- Sign Commits — Enable GPG signing (Enterprise)
Build Settings
Build Command
Configure how your project builds:
- Install Command — Default: npm install
- Build Command — Default: npm run build
- Output Directory — Where build artifacts are stored
Node Version
Specify the Node.js version for builds. Supports 18.x, 20.x, and 22.x.
Notification Settings
Configure when and how you receive notifications:
- Ticket Updates — When tickets change status
- Build Failures — When builds or tests fail
- Deployment Complete — When code is deployed
- Approval Required — When your approval is needed
Danger Zone
⚠️Irreversible Actions
The following actions cannot be undone. Make sure you understand the consequences before proceeding.
Archive Project
Archiving hides the project from the main list but preserves all data. You can unarchive later.
Transfer Ownership
Transfer the project to another workspace member. The new owner must accept the transfer.
Delete Project
Permanently delete the project and all associated data. For managed repositories, the code is also deleted.
Was dit artikel nuttig?