- For any future tasks, bugs, or issues you can't fix immediately, create a new issue to track them.
This project follows a structured Git workflow. All changes pass through the dev branch before merging into main.
- Contains stable, tested code.
- Merge into
mainonly after testing indev.
- All features/updates are merged into
devfirst. - Create feature/bugfix branches from
dev.
- Branch naming convention:
feature/<feature-name>bugfix/<issue-description>
- After local testing, merge back into
dev.
- Once tested in
dev, create a pull request to merge intomain.
dev→feature/awesome-feature→ Develop → Test → Merge intodev→ Mergedevintomain.
For detailed project instructions, refer to the SIMPLE_SUBJECT.md file.