Move AI workflows to root directory and consolidate duplicate files

This commit is contained in:
2025-04-12 16:38:57 +01:00
parent bf98fd719d
commit 364dd1c491
5 changed files with 13 additions and 1 deletions

12
.ai-workflows/README.md Normal file
View File

@ -0,0 +1,12 @@
# AI Workflows
This directory contains workflow documentation for AI assistants working with this repository.
## Contents
- **bug-fixing.md**: Guidelines for identifying and fixing bugs in the codebase
- **code-review.md**: Standards and procedures for reviewing code changes
- **feature-development.md**: Process for developing new features
- **release-process.md**: Steps for preparing and publishing new releases
These documents help ensure consistent quality and approach when using AI tools to assist with development tasks.

View File

@ -129,7 +129,7 @@ git checkout v{MAJOR}.{MINOR}.{PATCH}
git checkout -b hotfix/v{MAJOR}.{MINOR}.{PATCH+1}
```
### 2. Fix the Bug
### 2. Fix the Issues
Apply the minimal fix necessary to address the critical issue.