Added contributing guidelines

Fix #8
This commit is contained in:
banzo 2019-03-07 10:14:11 +01:00 committed by GitHub
parent 2d1060432f
commit fae63be874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
contributing.md Normal file
View File

@ -0,0 +1,19 @@
# How to contribute
This repository lists and (very briefly) compares various unikernels solutions, if you find one that is not listed here we would be happy to include it.
## Submitting changes
The following sections need to be updated when adding a unikernel solution:
* [Table of Contents](https://github.com/cetic/unikernels#table-of-contents)
* [Existing projects](https://github.com/cetic/unikernels#existing-projects)
* [Comparing Solutions](https://github.com/cetic/unikernels#comparing-solutions)
Examples:
* https://github.com/cetic/unikernels/commit/b67aab5265bd58bb4c19b4560a85d55925a15904
* https://github.com/cetic/unikernels/commit/b67aab5265bd58bb4c19b4560a85d55925a15904
Please send a Pull Request with a clear list of what you've done (read more about [pull requests](http://help.github.com/pull-requests/)).