We should add clear documentation describing what happens after a contributor creates a new recipe, submits a pull request, and gets it accepted.
This should include:
- A link to dash (our builder system)
- An explanation that the package is first built and published in volatile
- Guidance on how contributors can track the build and publication progress there
From there, document the full lifecycle:
- Recipe is accepted (PR merged)
- Package is built in our build system
- It appears in the volatile repository
- It eventually moves from volatile → “stable” repository
This gives new contributors a complete end-to-end view of what happens after their contribution is merged, including how to follow their package through each stage.
We should add clear documentation describing what happens after a contributor creates a new recipe, submits a pull request, and gets it accepted.
This should include:
From there, document the full lifecycle:
This gives new contributors a complete end-to-end view of what happens after their contribution is merged, including how to follow their package through each stage.