📢 This repository is not a quickstart!
This repository is used for quickstart publication and staging.
Minimal instructions (to be expanded on as needed):
- Gitflow workflow: branch from main, something like
git checkout -b init-my-quickstart - git submodule add (points to latest commit on main branch)
git submodule add https://github.com/rh-ai-quickstart/my-quickstart.git quickstart/my-quickstart- commit changes
- push changes
git push -u origin init-my-quickstart- open pull request to main
- PRs will be reviewed and merged by the
publication-adminteam
best practices coming soon