-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhigh-priorityHigh priority tasks that need immediate attentionHigh priority tasks that need immediate attention
Description
Create a CONTRIBUTING.md file to document our development workflow and contribution guidelines, with special focus on our GitFlow branching strategy.
Tasks:
- Create CONTRIBUTING.md
- Document GitFlow branching strategy:
- main branch for production
- develop branch for integration
- feature/* branches for new features
- fix/* branches for bug fixes
- release/* branches for releases
- Add contribution workflow steps
- Document PR process
- Include code style guidelines
- Add commit message conventions
This will help maintain consistency across contributions and make the development process clear for all contributors.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhigh-priorityHigh priority tasks that need immediate attentionHigh priority tasks that need immediate attention