--- /dev/null
+
+- On push to master, update continuous builds
+ Ignore paths, see https://github.com/knarfS/smuview/blob/master/.github/workflows/build.yml
+
+- Figure out how to upload the artifacts to the individual repos
+
+- Figure out how to trigger on PR creation and upload artifacts to PRs
+
+- Do the macOS builds need debug/release versions or is only one needed?
+
+- Add i386 builds
+
+- Figure out how to do actual release builds
+
+- Build API references that can be mirrored and hosted by sigrok.org
+
+- Build PV manual that can be mirrored and hosted by sigrok.org
+ See https://github.com/knarfS/smuview/blob/master/.github/workflows/documentation.yml
+
+- On push to master, create reports using clang-tidy
+
+- On push to libsigrok PR, check for style issues using clang-format
+ https://github.com/knarfS/libsigrok/tree/clang-format_v1
+
+- On PR creation, post submission process hint
+
+- On PR creation, build binaries for that PR and attach them to the PR
+
+- On PR creation, perform unit tests and PD tests