mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-11-28 05:41:00 +01:00
473 B
473 B
Contribution is like any other GitHub project:
- Fork
- Improve
- Add integration tests in
test/tests.bats - Build image and run tests using
make - Document your improvements
- Commit, push and make a pull-request
Project architecture
├── config # User: personal configurations
├── target # Developer: default server configurations
└── test # Developer: integration tests