lavamind feedback authored by anarcat's avatar anarcat
...@@ -193,11 +193,12 @@ If you have to make a change to the donate site, the most reliable way ...@@ -193,11 +193,12 @@ If you have to make a change to the donate site, the most reliable way
is to follow the normal [review apps](#starting-a-review-app) procedure. is to follow the normal [review apps](#starting-a-review-app) procedure.
1. **Make a merge request** against [donate-neo][]. This will spin up 1. **Make a merge request** against [donate-neo][]. This will spin up
a container and the review app, which can be tested in a limited a container and the review app.
way (e.g. it doesn't have payment processor feedback).
2. **Review**: once all CI checks pass, test the review app. Ideally, 2. **Review**: once all CI checks pass, test the review app, which
another developer reviews and approves the merge request. can be done in a limited way (e.g. it doesn't have payment
processor feedback). Ideally, another developer reviews and
approves the merge request.
3. **Merge the branch**: that other developer can merge the code once 3. **Merge the branch**: that other developer can merge the code once
all checks have been done and code looks good. all checks have been done and code looks good.
... ...
......