I recently took over the maintenance of an open source Clojure project. One of the first things I noticed was the lack CI or CD. These are things that aren't required but can save a lot of work, especially for a public project.
The CI portion helps make sure that all pull requests pass tests and conform to the project's coding style. The CD portion helps with deploying the project.