Discuit: General Information
General information about the Discuit project.
Multiple Collaborators
Currently the Discuit project github isn't really ready for multiple collaborators. The main reason for this is that a workflow hasn't been established yet. This is something that needs to be done before multiple collaborators can be added.
CI/CD Pipeline
A CI/CD pipeline is a must for a project when accepting contributions from many people. This is something that needs to be set up before multiple collaborators can be added. As this would allow for automatic testing of the codebase and easy building and releasing of docker images.
Here are a few CI/CD services that can be used:
- GitHub Actions
- Woodpecker CI (self-hosted & my personal favorite)