Create CONTRIBUTING.md

This commit is contained in:
Ivan Davidov 2017-12-01 14:44:26 +02:00 committed by GitHub
parent d54bd6db64
commit b47559ac82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
CONTRIBUTING.md Normal file
View File

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