Use the format: SCRUM-XX-short-description
Examples:
SCRUM-10-xceptionSCRUM-11-mesonetSCRUM-12-efficientnetSCRUM-13-aasistSCRUM-14-dataset-selection
git checkout main
git pull origin maingit checkout -b SCRUM-XX-short-descriptionEdit files, add documentation, run experiments, etc.
git add .
git commit -m "SCRUM-XX <short message>"git push -u origin SCRUM-XX-short-description- Go to GitHub and open a PR from your branch to
main - Use the PR template provided
- One PR per Jira ticket
- One PR per model if documenting a model
SCRUM-XX: <what you did>
Examples:
SCRUM-10: Add XceptionNet model notes and setup guideSCRUM-14: Document dataset selection rationale
- Summary of changes
- Which docs were updated (with links)
- What you verified (ran commands, checked outputs, etc.)
Before requesting review, ensure:
- Updated model docs OR dataset docs (as applicable)
- Included links to sources (paper/repo/weights)
- Included run commands + outputs (or screenshots)
- Added screenshots to
assets/and referenced in markdown (if any) - No dataset files committed (check
.gitignore)
Bring up any workflow questions in the weekly meeting or Slack.