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``)?