-
Notifications
You must be signed in to change notification settings - Fork 28
Description
After some time without working on SkoHub, both @Phu2 and me were confused about the process, see #327 (comment)
We should add something like this to the documentation, maybe at https://github.com/skohub-io/skohub-vocabs/blob/main/CONTRIBUTING.md#functional-review:
The usual approach:
We merge feature branches into the
devbranch.This triggers a rebuild of test.skohub.io based on the
devbranch.Usually, I am the one to test new features. If needed I adjust/add vocabs in https://github.com/acka47/testing-skohub-vocabs and then trigger a build on test.skohub.io to do the functional review.
If needed, adustments are made in the feature branch and back to 1.).
If I approve the changes, the feature branch is merged into
main.
It might make sense to discuss this in the next development meeting.