From b0337e7ec2b29474bd3342663acb55e8d337c6f4 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 24 Apr 2016 17:10:27 +0200 Subject: [PATCH] Created How to contribute (markdown) --- docs/content/how-to-contribute.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/content/how-to-contribute.md diff --git a/docs/content/how-to-contribute.md b/docs/content/how-to-contribute.md new file mode 100644 index 00000000..29efe8cc --- /dev/null +++ b/docs/content/how-to-contribute.md @@ -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