From b47559ac829b85bfa66dbb8629f94f95dd55a2d2 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Fri, 1 Dec 2017 14:44:26 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..912238ae8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +All proposed improvements are welcome. Just make sure that you have tested your changes before you submit new pull request. + +* Can you run the MLL OS (``./qemu.sh``) with the changes you have made after full build from clean source tree? +* Can you run the MLL OS (``./qemu.sh``) with the changes you have made after partial rebuild (./rebuild.sh)? +* Can you run shell console in Docker (``./run_docker_console.sh``) from the MLL image with the changes you have made after full build from clean source tree? +* Can you run shell console in Docker (``./run_docker_console.sh``) from the MLL image with the changes you have made after after partial rebuild (``./rebuild.sh``)?