mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-09-01 08:17:08 +02:00
Created How to contribute (markdown)
parent
44a4e8838c
commit
5738e470d0
1 changed files with 14 additions and 0 deletions
14
How-to-contribute.md
Normal file
14
How-to-contribute.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue