Over the lifetime of this project there have been several fixes and enhancements made by downstream forks that might be worthwhile to pull into this repository.
Here's how to help out:
- look for a downstream fork that has made changes to this codebase
- go over the fork's commits and check if the changes made are still valid upstream
- create a branch from "altlab/liquid-feedback-docker" at the revision the downstream commits are based on
- cherry-pick the downstream commits (to maintain original authorship)
- rebase to upstream
- test it, making any necessary changes to get it working
- make a pull request