mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Created How to contribute (markdown)
This commit is contained in:
parent
d48cff3f4b
commit
b0337e7ec2
14
docs/content/how-to-contribute.md
Normal file
14
docs/content/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…
Reference in a new issue