From b372b5133e089ebe75b508813b443e5c3834328f Mon Sep 17 00:00:00 2001 From: Clif Date: Sun, 11 May 2014 16:45:10 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2ea0955 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing +Enhancements or fixes are welcome + +## Issues +Check if a ticket for your issue already exists in GitHub issues. If you don't find a ticket submit a new one. + +## Pull Requests +1. Fork the repo +1. Create your new branch from `master`. +1. Make your changes. +1. Commit and push the topic branch. +1. Submit a pull request. + +###Style +- Lint your code with ShellCheck. +- Follow the existing conventions. + +## License +By contributing to Bootable2VBox you agree that your contributions will be licensed under its MIT license.